Hi, > Is it possible to activate a profile from inside a pom with a property or > any other tag ? > Yes
<profile> <id>myDefaultProfile</id> <activation> <activeByDefault>true</activeByDefault> </activation> <properties> ... Rémy
Hi, > Is it possible to activate a profile from inside a pom with a property or > any other tag ? > Yes
<profile> <id>myDefaultProfile</id> <activation> <activeByDefault>true</activeByDefault> </activation> <properties> ... Rémy