|
|
|
@ -61,6 +61,14 @@
|
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
|
|
<!-- 本地私服仓库地址 --> |
|
|
|
|
<distributionManagement> |
|
|
|
|
<repository> |
|
|
|
|
<!--此名称要和.m2/settings.xml中设置的ID一致 --> |
|
|
|
|
<id>logpm</id> |
|
|
|
|
<url>http://192.168.2.100:8081/repository/logpm-release/</url> |
|
|
|
|
</repository> |
|
|
|
|
</distributionManagement> |
|
|
|
|
<build> |
|
|
|
|
<finalName>${project.name}</finalName> |
|
|
|
|
<resources> |
|
|
|
@ -163,6 +171,12 @@
|
|
|
|
|
</compilerArgs> |
|
|
|
|
</configuration> |
|
|
|
|
</plugin> |
|
|
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-deploy-plugin</artifactId> |
|
|
|
|
<version>2.7</version> |
|
|
|
|
</plugin> |
|
|
|
|
</plugins> |
|
|
|
|
</build> |
|
|
|
|
|
|
|
|
@ -179,6 +193,12 @@
|
|
|
|
|
<name>Release Repository</name> |
|
|
|
|
<url>http://nexus.bladex.vip/repository/maven-releases/</url> |
|
|
|
|
</repository> |
|
|
|
|
<!-- 本地仓库 --> |
|
|
|
|
<repository> |
|
|
|
|
<id>logpm-release</id> |
|
|
|
|
<name>Release Repository</name> |
|
|
|
|
<url>http://192.168.2.100:8081/repository/logpm-release/</url> |
|
|
|
|
</repository> |
|
|
|
|
</repositories> |
|
|
|
|
|
|
|
|
|
<pluginRepositories> |
|
|
|
|