summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-12-01 08:37:00 -0500
committerDan Timoney <dtimoney@att.com>2017-12-01 21:27:34 +0000
commit7705eced2ecc94acfd62669bcc8da7103c7b1a4e (patch)
tree5668a965c85b0cd6e2e16bd2c163eda2120b64ca
parentec330bb3e03bfe0c63d5ace791733eaeac0f6aaa (diff)
Add staging plugin configdev/nitrogen
Staging plugin must be explicitly in pom.xml - does not seem to work if it is pulled in from parent pom Change-Id: I329a9674258698e1bb62d53eca4585c8c1dfac31 Issue-ID: CCSDK-148 Signed-off-by: Dan Timoney <dtimoney@att.com> (cherry picked from commit 9f4482ab684c651f31367662061d015f08ebc7a3)
-rwxr-xr-xpom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3bfb95d2..4d97b21c 100755
--- a/pom.xml
+++ b/pom.xml
@@ -712,6 +712,17 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.sonatype.plugins</groupId>
+ <artifactId>nexus-staging-maven-plugin</artifactId>
+ <version>1.6.7</version>
+ <extensions>true</extensions>
+ <configuration>
+ <nexusUrl>${onap.nexus.url}</nexusUrl>
+ <stagingProfileId>176c31dfe190a</stagingProfileId>
+ <serverId>ecomp-staging</serverId>
+ </configuration>
+ </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>