Description
Profiles specified in <configuration>.<releaseProfiles> are overrided by the pom file name.
This come from : org.apache.maven.shared.release.config.ReleaseUtils line 130 :
if ( properties.containsKey( "exec.activateProfiles" ) ) { builder.setActivateProfiles( Arrays.asList( properties.getProperty( "exec.pomFileName" ).split( "," ) ) ); }
this look like a failed copy/paste
Attachments
Issue Links
- is caused by
-
MRELEASE-1010 Upgrade maven-plugins parent to version 32
- Closed
- is depended upon by
-
MRELEASE-973 Please keep the property performRelease or provide an alternative for it
- Closed
- is duplicated by
-
MRELEASE-1041 releaseProfiles parameter has no effect
- Closed
- is related to
-
MPOM-243 WARNING: release:perform issues [WARNING] The requested profile "pom.xml" could not be activated because it does not exist.
- Closed
- relates to
-
MRELEASE-1042 releaseProfiles get overriden by activeProfiles
- Closed
- links to