Re: Configuring SCM for github

2014-04-04 Thread Eric Kolotyluk
Just to follow up, Russel, the .git is incorrect in the element, and leads to problems when using com.github.github site-maven-plugin Cheers, Eric On 3/19/2014 12:06 PM, Russell Gold wrote: HI Eric, I think you are missing the “.git” extensions in your urls. Here’s the ones I use.

Re: Configuring SCM for github

2014-03-19 Thread Eric Kolotyluk
Cool. Thanks for the advice. Makes sense. Cheers, Eric On 3/19/2014 4:39 PM, Stephen Connolly wrote: I favour using my ssh key to deploy and keeping my password out of a file. With my password I can de-authorise any ssh key... So if the machine I am releasing from becomes compromised I can reta

Re: Configuring SCM for github

2014-03-19 Thread Stephen Connolly
I favour using my ssh key to deploy and keeping my password out of a file. With my password I can de-authorise any ssh key... So if the machine I am releasing from becomes compromised I can retain control of my GitHub account You may view otherwise if you choose On Wednesday, 19 March 2014, Eric

Re: Configuring SCM for github

2014-03-19 Thread Eric Kolotyluk
Ok, adding github.com kolotyluk /secret/ to settings.xml did the trick. Many thanks Stephen, and Russell. Russell, this would be a good step to add to Video6_3.mp4 Why is ssh better than https? Cheers, Eric On 3/19/2014 12:30 PM, Stephen Connolly wrote: On Wedne

Re: Configuring SCM for github

2014-03-19 Thread Stephen Connolly
On Wednesday, 19 March 2014, Eric Kolotyluk wrote: > Now I have > > > https://github.com/kolotyluk/java-file-utilities.git > scm:git:https://github.com/kolotyluk/java-file-utilities.git connection> > scm:git:https://github.com/kolotyluk/ > java-file-utilities.git I favour the ssh variant of

Re: Configuring SCM for github

2014-03-19 Thread Eric Kolotyluk
Now I have https://github.com/kolotyluk/java-file-utilities.git scm:git:https://github.com/kolotyluk/java-file-utilities.git scm:git:https://github.com/kolotyluk/java-file-utilities.git But it still hangs... [INFO] Checking in modified POMs... [INFO] Executing: cmd.exe /X /C "git add

Re: Configuring SCM for github

2014-03-19 Thread Russell Gold
HI Eric, I think you are missing the “.git” extensions in your urls. Here’s the ones I use. https://github.com/meterware/simplestub.git scm:git:https://github.com/meterware/simplestub.git scm:git:https://github.com/meterware/simplestub.git On Mar 19, 2014, at

Configuring SCM for github

2014-03-19 Thread Eric Kolotyluk
I am having trouble getting mvn release:prepare to work with github scm:git:http://github.com/kolotyluk/java-file-utilities scm:git:http://github.com/kolotyluk/java-file-utilities scm:git:https://github.com/kolotyluk/java-file-utilities java-file-utilities-0.0.1 When I try to prepare t