[ http://jira.codehaus.org/browse/MRELEASE-99?page=all ]
     
Olivier Lamy closed MRELEASE-99:
--------------------------------

    Resolution: Fixed

Sounds good sorry I have just discovered it .
And all the refactoring concerning this plugin (congratulation code looks great 
and more human readable ;-) ).
As I see in the sourcecode the -P will be propagated too.
I closed it because I have an other way to do it.
Thanks,
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

Reply via email to