Skip to content

Commit 7e3b7f9

Browse files
added nexus-staging-maven-plugin
1 parent 3583c04 commit 7e3b7f9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,16 @@
8585
<artifactId>maven-javadoc-plugin</artifactId>
8686
<version>2.10.1</version>
8787
</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>
8898
</plugins>
8999

90100
</build>

0 commit comments

Comments
 (0)