need sonatype plugin 37/1037/1
authorPamela Dragosh <pdragosh@research.att.com>
Mon, 20 Feb 2017 22:15:59 +0000 (17:15 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Mon, 20 Feb 2017 22:16:06 +0000 (17:16 -0500)
Change-Id: I57f3e33ae263a0b0f2033494165953f2b03ecdb8
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
PyPDPServer/pom.xml

index de3966e..39b1621 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.apache.maven.plugins</groupId>
+                               <artifactId>maven-deploy-plugin</artifactId>
+                               <version>2.8</version> <!-- This version supports the "deployAtEnd" parameter -->
+                               <configuration>
+                                       <skip />
+                               </configuration>
+                       </plugin>
                        <plugin>
                                <groupId>org.springframework.boot</groupId>
                                <artifactId>spring-boot-maven-plugin</artifactId>