remove nexus statging and jar plugins
[dmaap/kafka11aaf.git] / 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>