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 0cefce1 commit 3ae39d6Copy full SHA for 3ae39d6
pom.xml
@@ -119,6 +119,17 @@
119
<artifactId>maven-surefire-plugin</artifactId>
120
<version>3.3.0</version>
121
</plugin>
122
+ <plugin>
123
+ <groupId>org.sonatype.plugins</groupId>
124
+ <artifactId>nexus-staging-maven-plugin</artifactId>
125
+ <version>1.7.0</version>
126
+ <extensions>true</extensions>
127
+ <configuration>
128
+ <serverId>ossrh</serverId>
129
+ <nexusUrl>https://oss.sonatype.org/</nexusUrl>
130
+ <autoReleaseAfterClose>true</autoReleaseAfterClose>
131
+ </configuration>
132
+ </plugin>
133
</plugins>
134
</pluginManagement>
135
</build>
0 commit comments