This commit is contained in:
Struchkov Mark 2023-01-17 02:43:35 +03:00
parent 8f52bd4597
commit ba2a3f6b70
Signed by: upagge
GPG Key ID: D3018BE7BA428CA6

View File

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