Google News
logo
Java Maven - Interview Questions
What are different types of Build Profiles?
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)
Advertisement