Skip to content

Commit

Permalink
Also try using Sonatype deploy plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 19, 2019
1 parent 88ea649 commit a4c3b56
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pom.xml
Expand Up @@ -71,6 +71,26 @@ com.fasterxml.classmate.*;version=${project.version}
</dependencies>

<build>
<!-- 19-Oct-2019, tatu: Copied from
https://github.com/stephenc/git-timestamp-maven-plugin/blob/master/pom.xml#L327-L337
to simplify releases. I hope.
-->
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.6</version>
<extensions>true</extensions>
<configuration>
<serverId>sonatype-nexus-staging</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<!--
<stagingProfileId>b34f19b9cc6224</stagingProfileId>
-->
</configuration>
</plugin>

<plugins>
<!-- As per [#38] add `Automatic-Module-Name` -->
<plugin>
Expand Down

0 comments on commit a4c3b56

Please sign in to comment.