Unskipping deployment 41/86741/1
authorFrancis Paquette <francis.paquette@amdocs.com>
Wed, 1 May 2019 21:59:38 +0000 (17:59 -0400)
committerFrancis Paquette <francis.paquette@amdocs.com>
Wed, 1 May 2019 22:07:16 +0000 (18:07 -0400)
Issue-ID: AAI-2401
Change-Id: I1885bc0226cfac2de21e36ed63a2e0dca6631262
Signed-off-by: Francis Paquette <francis.paquette@amdocs.com>
elasticsearch-sg/pom.xml
pom.xml
search-data-service-app/pom.xml

index 322c742..5360c95 100644 (file)
                                </configuration>
                        </plugin>
                        <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-deploy-plugin</artifactId>
-                               <configuration>
-                                       <skip>true</skip>
-                               </configuration>
+                         <groupId>org.apache.maven.plugins</groupId>
+                         <artifactId>maven-deploy-plugin</artifactId>
+                         <version>2.8.2</version>
+                         <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 456185b..d3ffb93 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                        <skipDockerBuild>true</skipDockerBuild>
                                </configuration>
                        </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-deploy-plugin</artifactId>
-                               <configuration>
-                                       <skip>true</skip>
-                               </configuration>
-                       </plugin>
                </plugins>
        </build>
 
index 5cc0ab3..978b0c5 100644 (file)
                                        </execution>
                                </executions>
                        </plugin>
-
                        <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-deploy-plugin</artifactId>
-                               <configuration>
-                                       <skip>true</skip>
-                               </configuration>
+                         <groupId>org.apache.maven.plugins</groupId>
+                         <artifactId>maven-deploy-plugin</artifactId>
+                         <version>2.8.2</version>
+                         <executions>
+                            <execution>
+                              <id>default-deploy</id>
+                              <phase>none</phase>
+                            </execution>
+                         </executions>
                        </plugin>
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>