Re: release plugin depends on maven 2.0.1

2005-12-02 Thread dan tran
n does not work for me due > to this and forcing an upToDate check does not help. > > -Original Message- > From: dan tran [mailto:[EMAIL PROTECTED] > Sent: Friday, December 02, 2005 12:48 AM > To: Maven Developers List > Subject: Re: release plugin depends on mav

Re: release plugin depends on maven 2.0.1

2005-12-02 Thread Emmanuel Venisse
I modified it, so we don't need plexus-1.0.5-SNAPSHOT Emmanuel dan tran a écrit : I think we should reverse the changes and put it back when maven 2.0.1 is released. It is hard for me to ask my user to use 2.0.1 bootstrap, inorder to do release and maven:scm-bootstrap -Dan On 12/2/05, Emma

RE: release plugin depends on maven 2.0.1

2005-12-02 Thread Mike Perham
: Maven Developers List Subject: Re: release plugin depends on maven 2.0.1 maven-scm-plugin is now depending on plexus-utils-1.5-SNAPSHOT as well. -D On 12/1/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > I noticed that the release plugin now requires plexus-utils 1.0.5 > snaps

Re: release plugin depends on maven 2.0.1

2005-12-02 Thread dan tran
I think we should reverse the changes and put it back when maven 2.0.1 is released. It is hard for me to ask my user to use 2.0.1 bootstrap, inorder to do release and maven:scm-bootstrap -Dan On 12/2/05, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > > I need it for use MAVEN_TERMINATE_CMD env

Re: release plugin depends on maven 2.0.1

2005-12-02 Thread Emmanuel Venisse
I need it for use MAVEN_TERMINATE_CMD env var and obtain the right exit code of mvn in release:perform Alternative will be to duplicate getSystemEnvironment method from Commandline class Emmanuel Brett Porter a écrit : I noticed that the release plugin now requires plexus-utils 1.0.5 snapsho

Re: release plugin depends on maven 2.0.1

2005-12-01 Thread dan tran
maven-scm-plugin is now depending on plexus-utils-1.5-SNAPSHOT as well. -D On 12/1/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > I noticed that the release plugin now requires plexus-utils 1.0.5 > snapshot. This means that it will only work on Maven 2.0.1 (and recently > bootstrapped at that).

release plugin depends on maven 2.0.1

2005-12-01 Thread Brett Porter
I noticed that the release plugin now requires plexus-utils 1.0.5 snapshot. This means that it will only work on Maven 2.0.1 (and recently bootstrapped at that). Is there an alternative? Please be vigilant about backwards compatibility. We really need to get plexus-utils out of the core... - Bre