This commit is contained in:
Struchkov Mark 2023-01-17 02:47:27 +03:00
parent 1b56225487
commit 46cd94af48
Signed by: upagge
GPG Key ID: D3018BE7BA428CA6

11
pom.xml
View File

@ -285,18 +285,11 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<executions>
<execution>
<id>default-deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
<configuration>
<serverId>struchkov-nexus</serverId>
<nexusUrl>https://nexus.struchkov.dev/nexus/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<skipStaging>true</skipStaging>
</configuration>
</plugin>
<plugin>