summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml47
1 files changed, 29 insertions, 18 deletions
diff --git a/pom.xml b/pom.xml
index 989043e..c402ca2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,11 +53,8 @@
</dependencies>
</plugin>
- <!-- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <version>3.0.2</version>
- </plugin> -->
+ <!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId>
+ <version>3.0.2</version> </plugin> -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -90,19 +87,33 @@
</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>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>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.8</version>
+ <executions>
+ <execution>
+ <id>default-deploy</id>
+ <phase>none</phase>
+ <configuration>
+ <skip />
+ </configuration>
+ </execution>
+ </executions>
+ <configuration>
+ <skip />
+ </configuration>
+ </plugin>
<plugin>
<groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId>