aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-02-20 21:28:14 -0500
committerPamela Dragosh <pdragosh@research.att.com>2017-02-20 21:28:22 -0500
commit6ab42b79dadfe735789526b19a1167381d16fdf4 (patch)
treeb7c069979b9d443df507ab2feae36ba704f3f13f
parentedd493294459d5dd01c785437de9fdc6a269c6d0 (diff)
try with the sonatype plugin
Change-Id: I0504bb1f262920e6b594e385ed33079385e00a25 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--PyPDPServer/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/PyPDPServer/pom.xml b/PyPDPServer/pom.xml
index 6c2a73bdf..a5db09959 100644
--- a/PyPDPServer/pom.xml
+++ b/PyPDPServer/pom.xml
@@ -218,6 +218,17 @@
<build>
<plugins>
<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>
+ <plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>