maven build profiles
Maven build profiles Maven build profiles provides the facility to build project using different configurations. Instead of creating two separate POM files, we can just specify a profile with the different build configuration and build the project with this build profile when needed. The profiles element is used to specify the maven build profiles inside … Read more