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 3583c04 commit 7e3b7f9Copy full SHA for 7e3b7f9
pom.xml
@@ -85,6 +85,16 @@
85
<artifactId>maven-javadoc-plugin</artifactId>
86
<version>2.10.1</version>
87
</plugin>
88
+ <plugin>
89
+ <groupId>org.sonatype.plugins</groupId>
90
+ <artifactId>nexus-staging-maven-plugin</artifactId>
91
+ <version>1.6.5</version>
92
+ <extensions>true</extensions>
93
+ <configuration>
94
+ <serverId>[email protected]</serverId>
95
+ <nexusUrl>https://oss.sonatype.org/</nexusUrl>
96
+ </configuration>
97
+ </plugin>
98
</plugins>
99
100
</build>
0 commit comments