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 3b16e8f commit 4b3c5b5Copy full SHA for 4b3c5b5
1 file changed
pom.xml
@@ -204,6 +204,17 @@
204
</execution>
205
</executions>
206
</plugin>
207
+ <plugin>
208
+ <groupId>org.sonatype.plugins</groupId>
209
+ <artifactId>nexus-staging-maven-plugin</artifactId>
210
+ <version>1.6.7</version>
211
+ <extensions>true</extensions>
212
+ <configuration>
213
+ <serverId>ossrh</serverId>
214
+ <nexusUrl>https://oss.sonatype.org/</nexusUrl>
215
+ <autoReleaseAfterClose>true</autoReleaseAfterClose>
216
+ </configuration>
217
+ </plugin>
218
</plugins>
219
</build>
220
</profile>
0 commit comments