|
|
|
@ -64,13 +64,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 本地打包部署jar --> |
|
|
|
|
<distributionManagement> |
|
|
|
|
<repository> |
|
|
|
|
<!--此名称要和.m2/settings.xml中设置的ID一致 --> |
|
|
|
|
<id>logpm</id> |
|
|
|
|
<url>http://192.168.2.100:8081/repository/logpm-release/</url> |
|
|
|
|
</repository> |
|
|
|
|
</distributionManagement> |
|
|
|
|
<!--<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> |
|
|
|
@ -183,36 +183,36 @@
|
|
|
|
|
|
|
|
|
|
</build> |
|
|
|
|
|
|
|
|
|
<repositories> |
|
|
|
|
<repository> |
|
|
|
|
<id>aliyun-repos</id> |
|
|
|
|
<url>https://maven.aliyun.com/repository/public/</url> |
|
|
|
|
<snapshots> |
|
|
|
|
<enabled>false</enabled> |
|
|
|
|
</snapshots> |
|
|
|
|
</repository> |
|
|
|
|
<repository> |
|
|
|
|
<id>blade-release</id> |
|
|
|
|
<name>Release Repository</name> |
|
|
|
|
<url>http://nexus.javablade.com/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>--> |
|
|
|
|
<!--<repository>--> |
|
|
|
|
<!--<id>aliyun-repos</id>--> |
|
|
|
|
<!--<url>https://maven.aliyun.com/repository/public/</url>--> |
|
|
|
|
<!--<snapshots>--> |
|
|
|
|
<!--<enabled>false</enabled>--> |
|
|
|
|
<!--</snapshots>--> |
|
|
|
|
<!--</repository>--> |
|
|
|
|
<!--<repository>--> |
|
|
|
|
<!--<id>blade-release</id>--> |
|
|
|
|
<!--<name>Release Repository</name>--> |
|
|
|
|
<!--<url>http://nexus.javablade.com/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> |
|
|
|
|
<!--</repositories>--> |
|
|
|
|
|
|
|
|
|
<pluginRepositories> |
|
|
|
|
<pluginRepository> |
|
|
|
|
<id>aliyun-plugin</id> |
|
|
|
|
<url>https://maven.aliyun.com/repository/public/</url> |
|
|
|
|
<snapshots> |
|
|
|
|
<enabled>false</enabled> |
|
|
|
|
</snapshots> |
|
|
|
|
</pluginRepository> |
|
|
|
|
</pluginRepositories> |
|
|
|
|
<!--<pluginRepositories>--> |
|
|
|
|
<!--<pluginRepository>--> |
|
|
|
|
<!--<id>aliyun-plugin</id>--> |
|
|
|
|
<!--<url>https://maven.aliyun.com/repository/public/</url>--> |
|
|
|
|
<!--<snapshots>--> |
|
|
|
|
<!--<enabled>false</enabled>--> |
|
|
|
|
<!--</snapshots>--> |
|
|
|
|
<!--</pluginRepository>--> |
|
|
|
|
<!--</pluginRepositories>--> |
|
|
|
|
|
|
|
|
|
</project> |
|
|
|
|