Re: maven-release-plugin: syntax of connectionUrl with git?

2015-05-07 Thread Mirko Friedenhagen
Hi Dan, thanks, but this feels like a workaround as I have special profiles defined, when performRelease is set and had defined other goals (deploy sonar:sonar ticket:create). Of course for a one time operation this a valid alternative. However than we should state in the documentation of connect

Re: maven-release-plugin: syntax of connectionUrl with git?

2015-05-07 Thread Dan Tran
try scm:bootstrap make sure to passing the required argument and profile -D On Thu, May 7, 2015 at 12:18 AM, Mirko Friedenhagen wrote: > Hello, > > yesterday I already had pushed a git tag by running mvn > release:prepare and while I executed release:perform I remembered I > had the wrong sett

maven-release-plugin: syntax of connectionUrl with git?

2015-05-07 Thread Mirko Friedenhagen
Hello, yesterday I already had pushed a git tag by running mvn release:prepare and while I executed release:perform I remembered I had the wrong settings.xml activated. I accidentally deleted release.properties by running release:clean. Now I just wanted to run something like: mvn release-plugin