I\'m trying to activate a maven profile using a property defined inside pom.xml:
pom.xml
[...]
As Moritz Heuser explained, profile activation is based on system properties. However, you can try something like that:
... true ... ${run.it} ... ...
The idea is to define the activeByDefault flag in the .
activeByDefault