diff options
Diffstat (limited to 'auth/pom.xml')
-rw-r--r-- | auth/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/pom.xml b/auth/pom.xml index 1889379a..4372d6e7 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -107,7 +107,7 @@ <artifactId>maven-deploy-plugin</artifactId> <version>2.6</version> <configuration> - <skip>false</skip> + <skip>true</skip> </configuration> </plugin> |