編輯 .m2/settings.xml 內容如下
<?xml version="1.0"?>
<settings >
<mirrors >
<mirror >
<id>maven</id >
<name>Maven Repository Manager running on https://repo.maven.apache.org/maven2 </name >
<url>http://artipie.loc:8085/maven/ </url >
<mirrorOf>central *</mirrorOf >
</mirror >
</mirrors >
</settings >
強制所有內容如下
<mirror>
<id>force-internal</id>
<mirrorOf>*</mirrorOf>
<name>Force everything to internal repo</name>
<url>http://artipie.loc:8085/maven/</url> <blocked>false</blocked>
</mirror>
測試
mvn dependency:get -DgroupId=junit -DartifactId=junit -Dversion=4.13.2 -Dtransitive=false -s ~/.m2/settings.xml -X
沒有留言:
張貼留言