Skip to content

Commit b0f6734

Browse files
committed
add staging plugin
1 parent 641e989 commit b0f6734

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,17 @@
207207
<target>1.8</target>
208208
</configuration>
209209
</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>
210221
<plugin>
211222
<groupId>org.antlr</groupId>
212223
<artifactId>antlr4-maven-plugin</artifactId>

0 commit comments

Comments
 (0)