|
|
|
@ -240,6 +240,17 @@
|
|
|
|
|
<releases> |
|
|
|
|
<enabled>true</enabled> |
|
|
|
|
</releases> |
|
|
|
|
</repository> |
|
|
|
|
<repository> |
|
|
|
|
<id>nexus</id> |
|
|
|
|
<name>Nexus Repository</name> |
|
|
|
|
<url>http://127.0.0.1/repository/maven-public/</url> |
|
|
|
|
<snapshots> |
|
|
|
|
<enabled>true</enabled> |
|
|
|
|
</snapshots> |
|
|
|
|
<releases> |
|
|
|
|
<enabled>true</enabled> |
|
|
|
|
</releases> |
|
|
|
|
</repository> |
|
|
|
|
<repository> |
|
|
|
|
<id>jitpack.io</id> |
|
|
|
@ -260,5 +271,17 @@
|
|
|
|
|
</snapshots> |
|
|
|
|
</pluginRepository> |
|
|
|
|
</pluginRepositories> |
|
|
|
|
|
|
|
|
|
<distributionManagement> |
|
|
|
|
<!--pom.xml这里<id> 和 settings.xml 配置 <id> 对应 --> |
|
|
|
|
<repository> |
|
|
|
|
<id>nexus-releases</id> |
|
|
|
|
<name>Nexus Release Repository</name> |
|
|
|
|
<url>http://127.0.0.1:8081/repository/maven-releases/</url> |
|
|
|
|
</repository> |
|
|
|
|
<snapshotRepository> |
|
|
|
|
<id>nexus-snapshots</id> |
|
|
|
|
<name>Nexus Snapshot Repository</name> |
|
|
|
|
<url>http://127.0.0.1:8081/repository/maven-snapshots/</url> |
|
|
|
|
</snapshotRepository> |
|
|
|
|
</distributionManagement> |
|
|
|
|
</project> |