aboutsummaryrefslogtreecommitdiffstats
path: root/ncomp-maven-xcore
diff options
context:
space:
mode:
authorCarsten Lund <lund@research.att.com>2017-02-23 16:21:45 +0000
committerCarsten Lund <lund@research.att.com>2017-02-23 16:27:34 +0000
commita177df29f93e6bbda7f0b1a53cc6028dedfc629a (patch)
tree73f079b8da1e81867149435783a108cd0aa275a9 /ncomp-maven-xcore
parentbcabeb2a7090ccb3fa5209fdbd40e4f1ba7ccd46 (diff)
Initial POM to handle staging
Change-Id: I73065168ff3853fa1ffe168fdf9494b4c67f2c3d Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'ncomp-maven-xcore')
-rw-r--r--ncomp-maven-xcore/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/ncomp-maven-xcore/pom.xml b/ncomp-maven-xcore/pom.xml
index 5a2efd5..4835045 100644
--- a/ncomp-maven-xcore/pom.xml
+++ b/ncomp-maven-xcore/pom.xml
@@ -12,6 +12,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>
@@ -37,6 +40,17 @@
</resource>
</resources>
<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>