Hi, The fix is deployed in last maven-release-plugin 2.0-beta-9-SNAPSHOT As it's a really platform dependant issue, I'd like to have some tests on various svn version / os.
To test it you have to use the apache snapshots repo : https://repository.apache.org/content/groups/snapshots And configuring release mojo as this : <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.0-beta-9-SNAPSHOT</version> <configuration> ... <remoteTagging>true</remoteTagging> .. </configuration> </plugin> As this fix very popular (a lot of votes) issues I hope to find some testers :-) Thanks -- Olivier 2009/3/14 Olivier Lamy <[email protected]>: > Hi Folks, > I have added some proposals here : http://jira.codehaus.org/browse/SCM-262 > > Comments are welcome ! > Thanks, > -- > Olivier > > 2009/3/14 Jochen Wiedmann <[email protected]>: >> On Fri, Mar 13, 2009 at 11:43 PM, Edelson, Justin >> <[email protected]> wrote: >> >>> This looks like http://jira.codehaus.org/browse/SCM-406. Run svn up and >>> rerun release:prepare. >> >> Thanks for the hint, Justin! >> >> >> -- >> I have always wished for my computer to be as easy to use as my >> telephone; my wish has come true because I can no longer figure out >> how to use my telephone. >> >> -- (Bjarne Stroustrup, >> http://www.research.att.com/~bs/bs_faq.html#really-say-that >> My guess: Nokia E50) >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
