diff options
author | Patrick Brady <pb071s@att.com> | 2017-03-06 12:06:38 -0800 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-03-06 12:07:51 -0800 |
commit | 42ce57c3a5db696cf93e68519153b258d00fe013 (patch) | |
tree | 07348276d46dfe4442437022b4a99b4d5336a53d /pom.xml | |
parent | e07a8c99ed31eef04aaede1b33085b3d49d4db1a (diff) |
Preparing for maven staging releases
Changing version in version.properties file to 1.0.0.
Adding maven staging plugin to pom file.
Change-Id: Ifeee32f8af6f0b07dd9782629b1c4fe939a07840
Signed-off-by: Patrick Brady <pb071s@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -30,6 +30,18 @@ </pluginRepositories> <build> <plugins> + <!--maven staging plugin--> + <plugin> + <groupId>org.sonatype.plugins</groupId> + <artifactId>nexus-staging-maven-plugin</artifactId> + <version>1.6.7</version> + <extensions>true</extensions> + <configuration> + <nexusUrl>${nexusproxy}</nexusUrl> + <stagingProfileId>176c31dfe190a</stagingProfileId> + <serverId>ecomp-staging</serverId> + </configuration> + </plugin> <!-- blackduck maven plugin --> <plugin> <groupId>com.blackducksoftware.integration</groupId> @@ -89,4 +101,4 @@ <name>OpenECOMP</name> </organization> <version>1.0.0-SNAPSHOT</version> -</project>
\ No newline at end of file +</project> |