summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunil unnava <su622b@att.com>2018-08-27 15:11:59 -0400
committersunil unnava <su622b@att.com>2018-08-27 15:12:15 -0400
commitb4968a03494fbb5a68433173d6b96193b423cd84 (patch)
tree1da036eab8a40c70ea8c95750e67a70e39175d34
parent871c09caf8f27536dd488dbf8c2e44f387030294 (diff)
remove nexus statging and jar plugins
Issue-ID: DMAAP-628 Change-Id: Ic869a1c791bae79f6f636e7df3fe5ea02fc1c663 Signed-off-by: sunil unnava <su622b@att.com>
-rw-r--r--pom.xml17
1 files changed, 15 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index a4c985a..989043e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,11 +53,11 @@
</dependencies>
</plugin>
- <plugin>
+ <!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
- </plugin>
+ </plugin> -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -90,6 +90,19 @@
</dependencies>
</plugin>
+ <plugin>
+ <!-- Disable Sonatype Nexus Extensions for Wren Security's Repo -->
+ <groupId>org.sonatype.plugins</groupId>
+ <artifactId>nexus-staging-maven-plugin</artifactId>
+ <extensions>false</extensions>
+ <executions>
+ <execution>
+ <id>injected-nexus-deploy</id>
+ <phase>none</phase>
+ </execution>
+ </executions>
+ </plugin>
+
<plugin>
<groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId>