Description
I've got a parent pom with a profile with <activeByDefault>true</activeByDefault>.
You can retrieve it for yourself via git clone git://git.apache.org/webservices-xmlschema.git.
The problem is the sourcecheck profile in the parent pom.
running mvn -Psourcecheck works as expected, but running without the -P fails to activate the profile.
the help plugin, I think, has separate problems in this area, or perhaps it's not supposed to look at -P?
Attachments
Attachments
Issue Links
- is part of
-
MNG-8292 Rework profile activation
- Open