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 bed8180 + 9681ae3 commit 7ea06f9Copy full SHA for 7ea06f9
pom.xml
@@ -111,6 +111,17 @@
111
</execution>
112
</executions>
113
</plugin>
114
+ <plugin>
115
+ <groupId>org.sonatype.plugins</groupId>
116
+ <artifactId>nexus-staging-maven-plugin</artifactId>
117
+ <version>1.6.2</version>
118
+ <extensions>true</extensions>
119
+ <configuration>
120
+ <serverId>ossrh</serverId>
121
+ <nexusUrl>https://oss.sonatype.org/</nexusUrl>
122
+ <autoReleaseAfterClose>true</autoReleaseAfterClose>
123
+ </configuration>
124
+ </plugin>
125
<plugin>
126
<groupId>org.apache.maven.plugins</groupId>
127
<artifactId>maven-javadoc-plugin</artifactId>
0 commit comments