2013-04-01 110 views
1

當我嘗試從公共github存儲庫添加依賴項時,其工作正常。例如是否可以通過maven訪問github私有倉庫?

<repository> 
<id>https-levonk</id> 
<url>https://github.com/levonk/pub-maven-repo/tree/master/release/</url> 

<dependency> 
<groupId>com.levonk</groupId> 
<artifactId>codequality</artifactId> 
<version>1.0.8</version> 

但是當我嘗試,使其向私人資料庫,並通過~m2/settings.xml加我的github帳戶。但它不起作用。

+0

你想要在github上託管你的二進制文件嗎? –

回答

相關問題