mschonaker / wagon-git

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

Consuming artifacts using SSH #59

Open danielsiwiec opened 4 years ago

danielsiwiec commented 4 years ago

Hi, is it currently possible to consume artifacts using SSH, instead of HTTPS scheme? Thank you!

HarshaMahaswami commented 4 years ago

Same I am unable to consume artifact from my private bitbucket.

I am using [wagon-git][1] version 0.2.5 to deploy the artifact to my private bitbucket and I am following the same steps as given in the documentation for consuming from my private bitbucket http://synergian.github.io/wagon-git/bitbucket.html. I am getting an error as shown below

Could not resolve dependencies for project com.xxx:yyy:jar:1.0.0: The following artifacts could not be resolved: com.aaa:bbb:jar:3.0: Could not find artifact com.aaa:bbb:jar:3.0 in xxx_repo (https://api.bitbucket.org/2.0/repositories/company/xxx_repo/raw/releases)

Can u help me with this issue?

Thank you