remove nexus statging and jar plugins 17/63117/1
authorsunil unnava <su622b@att.com>
Mon, 27 Aug 2018 19:11:59 +0000 (15:11 -0400)
committersunil unnava <su622b@att.com>
Mon, 27 Aug 2018 19:12:15 +0000 (15:12 -0400)
Issue-ID: DMAAP-628
Change-Id: Ic869a1c791bae79f6f636e7df3fe5ea02fc1c663
Signed-off-by: sunil unnava <su622b@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index a4c985a..989043e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                </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>
                                </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>