Skip to content

Commit 7ea06f9

Browse files
authored
Merge pull request #42 from Bandwidth/task/add-sonatype-plugin
DX-2131 Include Sonatype plugin
2 parents bed8180 + 9681ae3 commit 7ea06f9

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
@@ -111,6 +111,17 @@
111111
</execution>
112112
</executions>
113113
</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>
114125
<plugin>
115126
<groupId>org.apache.maven.plugins</groupId>
116127
<artifactId>maven-javadoc-plugin</artifactId>

0 commit comments

Comments
 (0)