try with the sonatype plugin 69/1069/1
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 21 Feb 2017 02:28:14 +0000 (21:28 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 21 Feb 2017 02:28:22 +0000 (21:28 -0500)
Change-Id: I0504bb1f262920e6b594e385ed33079385e00a25
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
PyPDPServer/pom.xml

index 6c2a73b..a5db099 100644 (file)
 
        <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>