summaryrefslogtreecommitdiffstats
path: root/auth/auth-cmd/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'auth/auth-cmd/pom.xml')
-rw-r--r--auth/auth-cmd/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/auth/auth-cmd/pom.xml b/auth/auth-cmd/pom.xml
index ecf9d255..261e425d 100644
--- a/auth/auth-cmd/pom.xml
+++ b/auth/auth-cmd/pom.xml
@@ -36,6 +36,7 @@
<packaging>jar</packaging>
<properties>
+ <skipTests>true</skipTests>
<maven.test.failure.ignore>false</maven.test.failure.ignore>
<!-- SONAR -->
<jacoco.version>0.7.7.201606060606</jacoco.version>
@@ -91,6 +92,13 @@
<build>
<plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>