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' [INFO]

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 .

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

2009-01-28 Thread Todd Thiessen
I have. Try doing an update. If that doesn't work, try simply deleting your check out (after of course ensuring that everything is committed) and making a brand new checkout. --- Todd Thiessen -Original Message- From: Thiago Moreira (timba) [mailto:tmoreira2...@gmail.com] Sent:

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 baerr...@gmail.com wrote: On Mon, Jan 26, 2009 at 5:03 PM, Thiago Moreira (timba) tmoreira2...@gmail.com

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 mergeCommandLineConfighttp://maven.apache.org/plugins/maven-release-plugin/xref/org/apache/maven/plugins/release/PrepareReleaseMojo.html#181of

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) tmoreira2...@gmail.com 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

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: plugin artifactIdmaven-jar-plugin/artifactId executions

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) tmoreira2...@gmail.com 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: plugin