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 641e989 commit b0f6734Copy full SHA for b0f6734
pom.xml
@@ -207,6 +207,17 @@
207
<target>1.8</target>
208
</configuration>
209
</plugin>
210
+ <plugin>
211
+ <groupId>org.sonatype.plugins</groupId>
212
+ <artifactId>nexus-staging-maven-plugin</artifactId>
213
+ <version>1.6.7</version>
214
+ <extensions>true</extensions>
215
+ <configuration>
216
+ <serverId>ossrh</serverId>
217
+ <nexusUrl>https://ossrh-staging-api.central.sonatype.com/</nexusUrl>
218
+ <autoReleaseAfterClose>true</autoReleaseAfterClose>
219
+ </configuration>
220
+ </plugin>
221
<plugin>
222
<groupId>org.antlr</groupId>
223
<artifactId>antlr4-maven-plugin</artifactId>
0 commit comments