aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2019-08-08 12:16:26 -0700
committerPatrick Brady <patrick.brady@att.com>2019-08-08 12:19:33 -0700
commit11bfecabaf6115d5264bc9dc487474127565e533 (patch)
treed24d9377c4cd6b165f8eabf9b4b803a1016aad77
parentfbcc563df29666f8f0877fd60a600cf919c56e66 (diff)
Attempt to disable nexus staging
Change-Id: Ice20bc6259d9f30438f23e9f8e6c875f4119fee3 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
-rw-r--r--pom.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 798a9f05a..0f1e04032 100644
--- 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>