[AAI-ONAP] Update the pom for pushing to staging 03/4503/1
authorVenkata Harish K Kajur <vk250x@att.com>
Fri, 26 May 2017 18:01:08 +0000 (14:01 -0400)
committerVenkata Harish K Kajur <vk250x@att.com>
Fri, 26 May 2017 18:01:46 +0000 (14:01 -0400)
Change-Id: I2064d7f2d4f70a5128275a1b15a1575a2ef4e38f
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
aai-annotations/pom.xml
aai-core/pom.xml
aai-schema/pom.xml
pom.xml

index 214e5bd..c05cd3a 100644 (file)
                                </plugin>
                        </plugins>
                </pluginManagement>
+               <plugins>
+        <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>
        
        <distributionManagement>
index f761c50..e36e313 100644 (file)
                                        </systemPropertyVariables>
                                </configuration>
                        </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>
        
index 5e4ae95..776795d 100644 (file)
                            </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>
        </build>
 
diff --git a/pom.xml b/pom.xml
index bbecdd8..5833515 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                </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>
         </pluginManagement>
     </build>