1.

What Are Different Types Of Build Profiles?

Answer»

BUILD profiles are of three TYPES :

  • PER Project − DEFINED in the project POM file, pom.xml.
  • Per User − Defined in MAVEN settings xml file (%USER_HOME%/.m2/settings.xml).
  • Global − Defined in Maven global settings xml file (%M2_HOME%/conf/settings.xml)

Build profiles are of three types :



Discussion

No Comment Found