Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit c9e49ce

Browse files
committed
Updated bom to include nexus-staging-maven-plugin
1 parent 5f7804b commit c9e49ce

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

bom/pom.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,17 @@
3333
<system>GitHub</system>
3434
<url>https://github.com/stormpath/stormpath-sdk-java/issues</url>
3535
</issueManagement>
36+
<developers>
37+
<developer>
38+
<id>jsdk-team</id>
39+
<name>Java SDK Team</name>
40+
<email>[email protected]</email>
41+
<url>http://stormpath.com</url>
42+
<timezone>-8</timezone>
43+
<organization>Stormpath, Inc.</organization>
44+
<organizationUrl>http://www.stormpath.com</organizationUrl>
45+
</developer>
46+
</developers>
3647

3748
<properties>
3849
<stormpath.version>1.3.0-SNAPSHOT</stormpath.version>
@@ -132,4 +143,21 @@
132143
</dependency>
133144
</dependencies>
134145
</dependencyManagement>
146+
147+
<build>
148+
<plugins>
149+
<plugin>
150+
<groupId>org.sonatype.plugins</groupId>
151+
<artifactId>nexus-staging-maven-plugin</artifactId>
152+
<version>1.6.7</version>
153+
<extensions>true</extensions>
154+
<configuration>
155+
<serverId>sonatype-nexus-staging</serverId>
156+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
157+
<skipStagingRepositoryClose>true</skipStagingRepositoryClose>
158+
<autoReleaseAfterClose>false</autoReleaseAfterClose>
159+
</configuration>
160+
</plugin>
161+
</plugins>
162+
</build>
135163
</project>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,7 @@
670670
<configuration>
671671
<serverId>sonatype-nexus-staging</serverId>
672672
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
673+
<skipStagingRepositoryClose>true</skipStagingRepositoryClose>
673674
<autoReleaseAfterClose>false</autoReleaseAfterClose>
674675
</configuration>
675676
</plugin>

0 commit comments

Comments
 (0)