#643
[Maven] Keep ‘activeByDefault’ profiles event if another is activated
Replace
<activation> <activeByDefault>true</activeByDefault> </activation>
By
<activation> <property> <name>!skipFirstProfile</name> </property> </activation>
Just another Code Snippet site
#643
Replace
<activation> <activeByDefault>true</activeByDefault> </activation>
By
<activation> <property> <name>!skipFirstProfile</name> </property> </activation>
Comments are currently closed.