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.
2 parents 3ffd6e2 + 3f2f730 commit 73cc939Copy full SHA for 73cc939
1 file changed
pom.xml
@@ -147,6 +147,17 @@
147
</executions>
148
</plugin>
149
150
+ <plugin>
151
+ <groupId>org.sonatype.plugins</groupId>
152
+ <artifactId>nexus-staging-maven-plugin</artifactId>
153
+ <version>1.6.7</version>
154
+ <extensions>true</extensions>
155
+ <configuration>
156
+ <serverId>ossrh</serverId>
157
+ <nexusUrl>https://oss.sonatype.org/</nexusUrl>
158
+ <autoReleaseAfterClose>true</autoReleaseAfterClose>
159
+ </configuration>
160
+ </plugin>
161
</plugins>
162
</build>
163
0 commit comments