Skip to content

Commit

Permalink
Merge pull request #42 from Bandwidth/task/add-sonatype-plugin
Browse files Browse the repository at this point in the history
DX-2131 Include Sonatype plugin
  • Loading branch information
hamermike authored Aug 4, 2021
2 parents bed8180 + 9681ae3 commit 7ea06f9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,17 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.2</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down

0 comments on commit 7ea06f9

Please sign in to comment.