Forcing an Active Profile

Activation Property

<profile>
   <!-- Active on Eclipse -->
   <id>eclipse</id>
   <activation>
      <property>
         <name>m2e.version</name>
      </property>
   </activation>
</profile>

Settings File

<settings>
   <activeProfiles>
      <activeProfile>profileName</activeProfile>
   </activeProfiles>
</settings>

Last updated