fix nexus urls
This commit is contained in:
parent
f21964eee2
commit
480bd9e5de
6
pom.xml
6
pom.xml
@ -288,7 +288,7 @@
|
|||||||
<artifactId>nexus-staging-maven-plugin</artifactId>
|
<artifactId>nexus-staging-maven-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<serverId>struchkov-nexus</serverId>
|
<serverId>struchkov-nexus</serverId>
|
||||||
<nexusUrl>http://nexus:8081/nexus/</nexusUrl>
|
<nexusUrl>https://nexus.struchkov.dev/nexus/</nexusUrl>
|
||||||
<autoReleaseAfterClose>true</autoReleaseAfterClose>
|
<autoReleaseAfterClose>true</autoReleaseAfterClose>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
@ -335,11 +335,11 @@
|
|||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>struchkov-nexus-release</id>
|
<id>struchkov-nexus-release</id>
|
||||||
<url>http://nexus:8081/repository/maven-releases/</url>
|
<url>https://nexus.struchkov.dev/repository/maven-releases/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>struchkov-nexus-snapshot</id>
|
<id>struchkov-nexus-snapshot</id>
|
||||||
<url>http://nexus:8081/repository/maven-snapshots/</url>
|
<url>https://nexus.struchkov.dev/repository/maven-snapshots/</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user