0%

Maven Deploy

pom.xml配置

1
2
3
4
5
6
7
8
9
10
11
12
<distributionManagement>
<repository>
<id>releases</id>
<name>Internal Releases</name>
<url>http://121.40.185.58:8081/nexus/content/repositories/thirdparty</url>
</repository>
<snapshotRepository>
<id>releases</id>
<name>Internal Releases</name>
<url>http://121.40.185.58:8081/nexus/content/repositories/thirdparty</url>
</snapshotRepository>
</distributionManagement>

setting.xml文件配置

1
2
3
4
5
<server>  
<id>releases</id>
<username>admin</username>
<password>admin123</password>
</server>