aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorUbuntu <lji@research.att.com>2017-02-23 03:56:16 +0000
committerUbuntu <lji@research.att.com>2017-02-23 03:56:16 +0000
commitadacdc4280f0e487bde1ba3424a6fc66d4b02000 (patch)
tree73e4cf55cd2e90f73e9400421ec2616bd5409b51 /pom.xml
parentc91f09fe9f004dd368bbb7d6d93deefb3557ec46 (diff)
docker naming, version, staging
Change-Id: I5077d67a4c0a3ab61e1a09a39c62be6ecb081fcd Signed-off-by: Ubuntu <lji@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 748dceb..3c7abe1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,6 +145,17 @@
</dependency>
</dependencies>
</plugin>
+ <plugin>
+ <groupId>org.sonatype.plugins</groupId>
+ <artifactId>nexus-staging-maven-plugin</artifactId>
+ <version>1.6.7</version>
+ <extensions>true</extensions>
+ <configuration>
+ <serverId>ecomp-staging</serverId>
+ <nexusUrl>${nexusproxy}</nexusUrl>
+ <stagingProfileId>176c31dfe190a</stagingProfileId>
+ </configuration>
+ </plugin>
</plugins>
<pluginManagement>
<plugins>