Skip to content

Commit a4c3b56

Browse files
committed
Also try using Sonatype deploy plugin
1 parent 88ea649 commit a4c3b56

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,26 @@ com.fasterxml.classmate.*;version=${project.version}
7171
</dependencies>
7272

7373
<build>
74+
<!-- 19-Oct-2019, tatu: Copied from
75+
76+
https://github.com/stephenc/git-timestamp-maven-plugin/blob/master/pom.xml#L327-L337
77+
78+
to simplify releases. I hope.
79+
-->
80+
<plugin>
81+
<groupId>org.sonatype.plugins</groupId>
82+
<artifactId>nexus-staging-maven-plugin</artifactId>
83+
<version>1.6.6</version>
84+
<extensions>true</extensions>
85+
<configuration>
86+
<serverId>sonatype-nexus-staging</serverId>
87+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
88+
<!--
89+
<stagingProfileId>b34f19b9cc6224</stagingProfileId>
90+
-->
91+
</configuration>
92+
</plugin>
93+
7494
<plugins>
7595
<!-- As per [#38] add `Automatic-Module-Name` -->
7696
<plugin>

0 commit comments

Comments
 (0)