Skip to content

Commit adf6fd0

Browse files
committed
Add Sonatype deploy plugin to simplify releases
1 parent 7ca30ec commit adf6fd0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,21 @@ com.fasterxml.jackson.core.*;version=${project.version}
122122
<groupId>org.moditect</groupId>
123123
<artifactId>moditect-maven-plugin</artifactId>
124124
</plugin>
125+
126+
<!-- 08-Nov-2019, tatu: Copied from
127+
https://github.com/stephenc/git-timestamp-maven-plugin/blob/master/pom.xml#L327-L337
128+
-->
129+
<plugin>
130+
<groupId>org.sonatype.plugins</groupId>
131+
<artifactId>nexus-staging-maven-plugin</artifactId>
132+
<version>1.6.6</version>
133+
<extensions>true</extensions>
134+
<configuration>
135+
<serverId>sonatype-nexus-staging</serverId>
136+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
137+
<stagingProfileId>b34f19b9cc6224</stagingProfileId>
138+
</configuration>
139+
</plugin>
125140
</plugins>
126141
</build>
127142

0 commit comments

Comments
 (0)