[AAI-ONAP] Update pom file for snapshot staging 09/4509/1
authorVenkata Harish K Kajur <vk250x@att.com>
Fri, 26 May 2017 18:50:50 +0000 (14:50 -0400)
committerVenkata Harish K Kajur <vk250x@att.com>
Fri, 26 May 2017 18:51:20 +0000 (14:51 -0400)
Change-Id: I020ca4bbd8979910a7e550299844d11dfd06b7cc
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
aai-resources/pom.xml
pom.xml

index 36765c3..245f590 100644 (file)
                                        </execution>
                                </executions>
                        </plugin>
+        <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-deploy-plugin</artifactId>
+               <executions>
+                       <execution>
+                       <id>default-deploy</id>
+                       <phase>none</phase>
+                       </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>${nexusproxy}</nexusUrl>
+                       <stagingProfileId>176c31dfe190a</stagingProfileId>
+                       <serverId>ecomp-staging</serverId>
+                   </configuration>
+               </plugin>
                </plugins>
        </build>
        <profiles>
diff --git a/pom.xml b/pom.xml
index 1e5f40c..8c392ab 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                        </dependency>
                                </dependencies>
                        </plugin>
+        <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-deploy-plugin</artifactId>
+               <executions>
+                       <execution>
+                       <id>default-deploy</id>
+                       <phase>none</phase>
+                       </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>${nexusproxy}</nexusUrl>
+                       <stagingProfileId>176c31dfe190a</stagingProfileId>
+                       <serverId>ecomp-staging</serverId>
+                   </configuration>
+               </plugin>
                </plugins>
        </pluginManagement>
                        <plugins>