|
|
|
@ -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> |
|
|
|
|