-
Notifications
You must be signed in to change notification settings - Fork 0
Maven
Andrei Mladin edited this page Jul 31, 2014
·
11 revisions
- SSH_AUTH_SOCK=/tmp/ssh-LhiYjP7924/agent.7924; export SSH_AUTH_SOCK;
- SSH_AGENT_PID=2792; export SSH_AGENT_PID;
- echo Agent pid 2792;
- C:> set SSH_AUTH_SOCK=/tmp/ssh-LhiYjP7924/agent.7924
- C:> set SSH_AGENT_PID=2792
- C:> ssh-add "/c/Users/Anthony Whitford/.ssh/id_rsa"
- ssh -v git@bitbucket
<scm>
<url>https://bitbucket.org/andreimladin/studbox</url>
<connection>scm:git:ssh://git@bitbucket.org/andreimladin/studbox.git</connection>
<developerConnection>scm:git:ssh://git@bitbucket.org/andreimladin/studbox.git</developerConnection>
<tag>website-2.0.1</tag>
</scm>
- mvn release:prepare