Re: Maven Release Plugin fails

2009-11-09 Thread Christian Grobmeier
Hi, well, this was the version the plugin actually committed itself. However, running the plugin twice works out. the tag is created by now. I need to continue tomorrow, hope nobody feels bad about this when my stuff is around unsorted on the playground :) Cheers christian On Mon, Nov 9, 2009 at 1

Re: Maven Release Plugin fails

2009-11-09 Thread Christian Hammers
Hi Can't say why it only works using a password (does work with SSH Keys for another project for me) but after the failed release:prepare I would suggest a "mvn release:clean" to start from scratch. The missing release 833985 is probably the one that previously failed. After the release:clean, h

Re: Maven Release Plugin fails

2009-11-08 Thread Christian Grobmeier
hm with -Dpassword= it works -until it gets to the svn tag command. [INFO] Checking in modified POMs... [INFO] Executing: /bin/sh -c cd /Volumes/ANDREW/Projekte/Entwicklung/log4php-commit-trunk && svn --username grobmeier --password '*' --non-interactive commit --file /var/folders/ES/ESurZGlc

Maven Release Plugin fails

2009-11-08 Thread Christian Grobmeier
Hi all, anybody here to help? I am trying: mvn -Dusername= release:prepare -Dresume=false but this results in the followed error. I meanwhile updated SVN client to 1.6.5 and the release plugin locally to beta-9, but nothing helped. I am assuming i have missed some weird property somewhere, but

Release Plugin

2009-10-30 Thread Christian Grobmeier
Hi, just added the release plugin to the pom. It needs a -SNAPSHOT version which will be switched from the plugin. More information follows :-) Cheers