Attempt to disable nexus staging 20/93120/1
authorPatrick Brady <patrick.brady@att.com>
Thu, 8 Aug 2019 19:16:26 +0000 (12:16 -0700)
committerPatrick Brady <patrick.brady@att.com>
Thu, 8 Aug 2019 19:19:33 +0000 (12:19 -0700)
Change-Id: Ice20bc6259d9f30438f23e9f8e6c875f4119fee3
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686

pom.xml

diff --git a/pom.xml b/pom.xml
index 798a9f0..0f1e040 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -543,6 +543,19 @@ limitations under the License.
                   <artifactId>sonar-maven-plugin</artifactId>
                   <version>3.2</version>
                 </plugin>
+                <plugin>
+                               <groupId>org.sonatype.plugins</groupId>
+                               <artifactId>nexus-staging-maven-plugin</artifactId>
+                               <version>1.6.7</version>
+                               <extensions>true</extensions>
+                               <configuration>
+                                       <skipStaging>true</skipStaging>
+                                       <skip>true</skip>
+                                       <nexusUrl>https://nexus.onap.org</nexusUrl>
+                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
+                                       <serverId>ecomp-staging</serverId>
+                               </configuration>
+                       </plugin>
             </plugins>
         </pluginManagement>
         <plugins>
@@ -605,6 +618,19 @@ limitations under the License.
                     </execution>
                 </executions>
             </plugin>
+                       <plugin>
+                               <groupId>org.sonatype.plugins</groupId>
+                               <artifactId>nexus-staging-maven-plugin</artifactId>
+                               <version>1.6.7</version>
+                               <extensions>true</extensions>
+                               <configuration>
+                                       <skipStaging>true</skipStaging>
+                                       <skip>true</skip>
+                                       <nexusUrl>https://nexus.onap.org</nexusUrl>
+                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
+                                       <serverId>ecomp-staging</serverId>
+                               </configuration>
+                       </plugin>
         </plugins>
     </build>