Skip to content

Commit dca81ea

Browse files
authored
Merge pull request #98 from Tomas-Kraus/master
Nexus Staging Maven Plugin, autoReleaseAfterClose set to false.
2 parents 9892c06 + 888ca93 commit dca81ea

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

api/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,5 @@
125125
</plugin>
126126
</plugins>
127127
</build>
128+
128129
</project>

pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,11 @@
242242
</dependency>
243243
</dependencies>
244244
</plugin>
245+
<plugin>
246+
<groupId>org.sonatype.plugins</groupId>
247+
<artifactId>nexus-staging-maven-plugin</artifactId>
248+
<version>1.6.7</version>
249+
</plugin>
245250
</plugins>
246251
</pluginManagement>
247252
</build>
@@ -296,6 +301,20 @@
296301
<module>impl</module>
297302
<module>jaxrs</module>
298303
</modules>
304+
<build>
305+
<plugins>
306+
<plugin>
307+
<groupId>org.sonatype.plugins</groupId>
308+
<artifactId>nexus-staging-maven-plugin</artifactId>
309+
<extensions>true</extensions>
310+
<configuration>
311+
<serverId>ossrh</serverId>
312+
<nexusUrl>${sonatypeOssDistMgmtReleasesUrl}</nexusUrl>
313+
<autoReleaseAfterClose>false</autoReleaseAfterClose>
314+
</configuration>
315+
</plugin>
316+
</plugins>
317+
</build>
299318
</profile>
300319

301320
<profile>

0 commit comments

Comments
 (0)