mschonaker / wagon-git

Git Wagon for Apache Maven
http://synergian.github.io/wagon-git/
83 stars 31 forks source link

URLs for Bitbucket #28

Closed jenslaufer closed 9 years ago

jenslaufer commented 10 years ago

I tried to release with the URLs suggested for bitbucket

git:releases://git@bitbucket.org:yourbitbucketusername/your-bitbucket-repo.git

This was NOT working.

Instead this worked for me:

git:releases://https://bitbucket.org/yourbitbucketusername/your-bitbucket-repo.git
mschonaker commented 10 years ago

Did you find the cause of the problem?

Do you mind to add an "Alternative HTTPS URLs configuration" section to the documentation? That would be great.

ubiqore commented 9 years ago

Same case for me on Mac OS X.

mschonaker commented 9 years ago

Okay. If you want to change the documentation or the code, I will accept a pull request.

mschonaker commented 9 years ago

Okay. Closing awaiting for your contributions.