Re: Problems with release:prepare on the resolution of a dependency with "test" classifier

2009-01-29 Thread Martin Höller
Sound's like a known issue: http://jira.codehaus.org/browse/SCM-406 hth, - martin On Wednesday 28 January 2009 Thiago Moreira (timba) wrote: > Thank you Barrie! Now it is working fine BUT I'm getting a new error... > > [INFO] [release:prepare] > [INFO] Resuming release from phase 'scm-tag' > [I

RE: Problems with release:prepare on the resolution of a dependency with "test" classifier

2009-01-28 Thread Todd Thiessen
om] > Sent: Wednesday, January 28, 2009 12:47 PM > To: Maven Users List > Subject: Re: Problems with release:prepare on the resolution > of a dependency with "test" classifier > > Thank you Barrie! Now it is working fine BUT I'm getting a > new error...

Re: Problems with release:prepare on the resolution of a dependency with "test" classifier

2009-01-28 Thread Thiago Moreira (timba)
Thank you Barrie! Now it is working fine BUT I'm getting a new error... [INFO] [release:prepare] [INFO] Resuming release from phase 'scm-tag' [INFO] Tagging release with the label floggy-1.2.0... [INFO] Executing: svn --non-interactive copy --file /tmp/maven-scm-200887962.commit . https://floggy

Re: Problems with release:prepare on the resolution of a dependency with "test" classifier

2009-01-27 Thread Barrie Treloar
On Wed, Jan 28, 2009 at 4:34 AM, Thiago Moreira (timba) wrote: > Ok, I took a look on the source code of the maven-release-plugin and there > is no way to set the preparationGoals from the command line!!! > > The method > mergeCommandLineConfig

Re: Problems with release:prepare on the resolution of a dependency with "test" classifier

2009-01-27 Thread Thiago Moreira (timba)
Ok, I took a look on the source code of the maven-release-plugin and there is no way to set the preparationGoals from the command line!!! The method mergeCommandLineConfigof

Re: Problems with release:prepare on the resolution of a dependency with "test" classifier

2009-01-27 Thread Thiago Moreira (timba)
The workaround is not working for me! I tried mvn release:prepare -DpreparationGoals="clean install" without success. Any other thoughts?? On Sun, Jan 25, 2009 at 11:44 PM, Barrie Treloar wrote: > On Mon, Jan 26, 2009 at 5:03 PM, Thiago Moreira (timba) > wrote: > > Hi there, > > > > I have

Re: Problems with release:prepare on the resolution of a dependency with "test" classifier

2009-01-25 Thread Barrie Treloar
On Mon, Jan 26, 2009 at 5:03 PM, Thiago Moreira (timba) wrote: > Hi there, > > I have a multi module project and one of the sub modules produce two > artifacts: temp-1.2.3.jar and temp-1.2.3-*test*.jar the last one is built > using this configuration: > > >maven-jar

Problems with release:prepare on the resolution of a dependency with "test" classifier

2009-01-25 Thread Thiago Moreira (timba)
Hi there, I have a multi module project and one of the sub modules produce two artifacts: temp-1.2.3.jar and temp-1.2.3-*test*.jar the last one is built using this configuration: maven-jar-plugin