[ http://jira.codehaus.org/browse/MRELEASE-99?page=comments#action_64634 ]
Olivier Lamy commented on MRELEASE-99: -------------------------------------- WDYT about adding something like List propagatingProperties (or other name) in the mojo. And only the configured properties will be added/propagated to the CLI ? Olivier > not all system properties used with release:perform > --------------------------------------------------- > > Key: MRELEASE-99 > URL: http://jira.codehaus.org/browse/MRELEASE-99 > Project: Maven 2.x Release Plugin > Type: Bug > Environment: all > Reporter: Olivier Lamy > > > I need to use others systems properties with release:perform. > Actually only maven.test.skip is passed to the cli used by the plugin. > In my case, I use a cli like : > mvn -DtagBase=http://ip:port/path \ > -Dusername=$1 -Dpassword=$2 \ > -Dmaven.test.skip=true -Dgoals=deploy,accorscm:make release:prepare > release:perform. > In cli generated by the plugin, I only see : -Dmaven.test.skip=true. > My plugin (which commit a war in scm) needs the others insure the > authentification. > An other use case is : > mvn -DtagBase=http://ip:port/path \ > -Dws.ip=$1 -Dws.port=$2 \ > -Dmaven.test.skip=true -Dgoals=deploy release:prepare release:perform. > The ip port are needed by the axistools plugin to generate the java classes > from the wsdl. > As I see in the source code the patch is not difficult but I don't know if > maven had some properties for internal use (this can polluate the build) > Thanks, > Olivier -- 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