diff options
author | Carsten Lund <lund@research.att.com> | 2017-02-23 16:23:38 +0000 |
---|---|---|
committer | Carsten Lund <lund@research.att.com> | 2017-02-23 16:23:38 +0000 |
commit | 0a8496a9ffcbe9ce9b1f173214a0b404a7ddb12b (patch) | |
tree | 642f4e411f31207a77a7c4e619be576edd22ffaf /ncomp-utils-java | |
parent | dbb324d800a315ef162be0f0183d735d6e6ccc32 (diff) |
Initial POM to handle staging
Change-Id: I2858363fcd4caef9239983ac99318cd4e867a26f
Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'ncomp-utils-java')
-rw-r--r-- | ncomp-utils-java/pom.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ncomp-utils-java/pom.xml b/ncomp-utils-java/pom.xml index 4e18108..f847c73 100644 --- a/ncomp-utils-java/pom.xml +++ b/ncomp-utils-java/pom.xml @@ -11,6 +11,9 @@ <maven.compiler.source>1.7</maven.compiler.source> <openecomp.nexus.releases>https://nexus.openecomp.org/content/repositories/releases/</openecomp.nexus.releases> <openecomp.nexus.snapshots>https://nexus.openecomp.org/content/repositories/snapshots/</openecomp.nexus.snapshots> + <openecomp.nexus.proxy>https://nexus.openecomp.org</openecomp.nexus.proxy> + <openecomp.nexus.staging.serverId>https://nexus.openecomp.org/content/repositories/snapshots/</openecomp.nexus.staging.serverId> + <openecomp.nexus.staging.profileId>https://nexus.openecomp.org/content/repositories/snapshots/</openecomp.nexus.staging.profileId> </properties> @@ -30,6 +33,17 @@ </pluginRepositories> <build> <plugins> + <plugin> + <groupId>org.sonatype.plugins</groupId> + <artifactId>nexus-staging-maven-plugin</artifactId> + <version>1.6.7</version> + <extensions>true</extensions> + <configuration> + <serverId>${openecomp.nexus.staging.profileId}</serverId> + <nexusUrl>${openecomp.nexus.proxy}</nexusUrl> + <stagingProfileId>${openecomp.nexus.staging.profileId}</stagingProfileId> + </configuration> + </plugin> <!-- blackduck maven plugin --> <plugin> <groupId>com.blackducksoftware.integration</groupId> |