fix pom
This commit is contained in:
parent
8f52bd4597
commit
ba2a3f6b70
9
pom.xml
9
pom.xml
@ -285,6 +285,15 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.sonatype.plugins</groupId>
|
<groupId>org.sonatype.plugins</groupId>
|
||||||
<artifactId>nexus-staging-maven-plugin</artifactId>
|
<artifactId>nexus-staging-maven-plugin</artifactId>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<id>default-deploy</id>
|
||||||
|
<phase>deploy</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>deploy</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<serverId>struchkov-nexus</serverId>
|
<serverId>struchkov-nexus</serverId>
|
||||||
<nexusUrl>https://nexus.struchkov.dev/nexus/</nexusUrl>
|
<nexusUrl>https://nexus.struchkov.dev/nexus/</nexusUrl>
|
||||||
|
Loading…
Reference in New Issue
Block a user