We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd979d0 commit 313c3edCopy full SHA for 313c3ed
pom.xml
@@ -68,6 +68,17 @@
68
<goals>deploy</goals>
69
</configuration>
70
</plugin>
71
+ <plugin>
72
+ <groupId>org.sonatype.plugins</groupId>
73
+ <artifactId>nexus-staging-maven-plugin</artifactId>
74
+ <version>1.6.7</version>
75
+ <extensions>true</extensions>
76
+ <configuration>
77
+ <serverId>sonatype-nexus-staging</serverId>
78
+ <nexusUrl>https://oss.sonatype.org/</nexusUrl>
79
+ <autoReleaseAfterClose>true</autoReleaseAfterClose>
80
+ </configuration>
81
+ </plugin>
82
</plugins>
83
</build>
84
<profiles>
0 commit comments