summaryrefslogtreecommitdiffstats
path: root/auth/auth-deforg/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'auth/auth-deforg/pom.xml')
-rw-r--r--auth/auth-deforg/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/auth/auth-deforg/pom.xml b/auth/auth-deforg/pom.xml
index 84f0cbb1..1fa3f495 100644
--- a/auth/auth-deforg/pom.xml
+++ b/auth/auth-deforg/pom.xml
@@ -72,6 +72,7 @@
<properties>
+ <skipTests>true</skipTests>
<maven.test.failure.ignore>false</maven.test.failure.ignore>
<!-- SONAR -->
<jacoco.version>0.7.7.201606060606</jacoco.version>
@@ -110,6 +111,13 @@
<build>
<pluginManagement>
<plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>