RE: release prepare with git doesn't finish

2013-07-25 Thread Mirko Friedenhagen
pid parameters I think ... > > -Message d'origine- > De : Francesco Mari [mailto:mari.france...@gmail.com] > Envoyé : mardi 23 juillet 2013 14:02 > À : Maven Users List > Objet : Re: release prepare with git doesn't finish > > Try to use -Dusername to specify a user name, too.

RE: release prepare with git doesn't finish

2013-07-23 Thread Adrien Ruffié
[mailto:mari.france...@gmail.com] Envoyé : mardi > 23 juillet 2013 12:17 À : Maven Users List Objet : Re: release prepare > with git doesn't finish > > Please retry the same command line with -Dpassword="..." outside of > -Darguments="...". Moreover, -Dpassp

Re: release prepare with git doesn't finish

2013-07-23 Thread Francesco Mari
line:myapp-install-wizard=Spring2013/005 > > -DreleaseVersion=Spring2013-005 > > -DdevelopmentVersion=Spring2013-006-SNAPSHOT -Dpassphrase=mypassword > > > > but nothing was released ... also where do you put the specify the > > argument ? into mvn -Darguments=&

RE: release prepare with git doesn't finish

2013-07-23 Thread Adrien Ruffié
with the login ... therefore the url does not work -Message d'origine- De : Francesco Mari [mailto:mari.france...@gmail.com] Envoyé : mardi 23 juillet 2013 12:17 À : Maven Users List Objet : Re: release prepare with git doesn't finish Please retry the same command line wi

Re: release prepare with git doesn't finish

2013-07-23 Thread Francesco Mari
argument ? into mvn -Darguments="..." or outside mvn -Darguments="..." ? > > -Message d'origine- > De : Francesco Mari [mailto:mari.france...@gmail.com] > Envoyé : mardi 23 juillet 2013 11:49 > À : Maven Users List > Objet : Re: release prepare

RE: release prepare with git doesn't finish

2013-07-23 Thread Adrien Ruffié
the argument ? into mvn -Darguments="..." or outside mvn -Darguments="..." ? -Message d'origine- De : Francesco Mari [mailto:mari.france...@gmail.com] Envoyé : mardi 23 juillet 2013 11:49 À : Maven Users List Objet : Re: release prepare with git doesn't finish

Re: release prepare with git doesn't finish

2013-07-23 Thread Adrien Rivard
> > cannot be provided. > > Do you not a means to avoid this problem ? > > > > Like provide passphrase into maven command line ? like > > release:perform -Dgit.password=mypassword > > > > Great thank and best regards. > > > > Adrien >

Re: release prepare with git doesn't finish

2013-07-23 Thread Francesco Mari
to avoid this problem ? > > Like provide passphrase into maven command line ? like > release:perform -Dgit.password=mypassword > > Great thank and best regards. > > Adrien > > -Message d'origine- > De : Francesco Mari [mailto:mari.france...@gmail.com] &

RE: release prepare with git doesn't finish

2013-07-23 Thread Adrien Ruffié
ike provide passphrase into maven command line ? like release:perform -Dgit.password=mypassword Great thank and best regards. Adrien -Message d'origine- De : Francesco Mari [mailto:mari.france...@gmail.com] Envoyé : mardi 23 juillet 2013 10:54 À : Maven Users List Objet : Re: r

RE: release prepare with git doesn't finish

2013-07-23 Thread Adrien Ruffié
ari.france...@gmail.com] Envoyé : mardi 23 juillet 2013 10:54 À : Maven Users List Objet : Re: release prepare with git doesn't finish I had a lot of issues using Git on Windows, especially combined with the Maven Release Plugin. It looks like that the issue is related to long path names. It may be th

Re: release prepare with git doesn't finish

2013-07-23 Thread Francesco Mari
I had a lot of issues using Git on Windows, especially combined with the Maven Release Plugin. It looks like that the issue is related to long path names. It may be that your project has long nested paths (usually Java applications have this problem). Try to move your project to a shorter path, e.

Re: release prepare with git doesn't finish

2013-07-23 Thread Baptiste MATHUS
Hi, Try not running in non batch mode to maybe get the message of what is being waited for. I also see you're running git on windows. That might be part of the issue, so also double check you use the latest maven-release-plugin version. cheers Le 23 juil. 2013 10:04, "Adrien Ruffié" a écrit : >

release prepare with git doesn't finish

2013-07-23 Thread Adrien Ruffié
Hello all I have a small problem, I try to release a branch version of my project with following command (-X is for debug only): Mvn -Darguments="-Dmaven.test.skip=true -Pdistribution-packaging" release:prepare --batch-mode -Dtag=Spring2013/005 -DreleaseVersion=Spring2013-005 -DdevelopmentV