Skip to content

Commit e28a5db

Browse files
committed
...
1 parent d35f0a7 commit e28a5db

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pom.xml

+14
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,20 @@
179179
<groupId>org.moditect</groupId>
180180
<artifactId>moditect-maven-plugin</artifactId>
181181
</plugin>
182+
<!-- 08-Nov-2019, tatu: Copied from
183+
https://github.com/stephenc/git-timestamp-maven-plugin/blob/master/pom.xml#L327-L337
184+
-->
185+
<plugin>
186+
<groupId>org.sonatype.plugins</groupId>
187+
<artifactId>nexus-staging-maven-plugin</artifactId>
188+
<version>1.6.6</version>
189+
<extensions>true</extensions>
190+
<configuration>
191+
<serverId>sonatype-nexus-staging</serverId>
192+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
193+
<stagingProfileId>b34f19b9cc6224</stagingProfileId>
194+
</configuration>
195+
</plugin>
182196
</plugins>
183197
</build>
184198

0 commit comments

Comments
 (0)