Allow specifying specific profiles to execute in the prepare mojo -----------------------------------------------------------------
Key: MRELEASE-410 URL: http://jira.codehaus.org/browse/MRELEASE-410 Project: Maven 2.x Release Plugin Issue Type: Improvement Components: prepare Affects Versions: 2.0-beta-8 Reporter: Vincent Massol Right now the mojo calls project.getActiveProfiles() and adds them automatically to the "arguments". So they come in addition to profiles passed with "-Darguments=-Pprofile1,profile2,etc". We would like to only execute the passed profiles. I propose to add a "releaseProfiles" configuration element (as for release:perform, except that releaseProfiles values don't seem to be taken into account for perform for some reason but that's another problem). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira