diff options
Diffstat (limited to 'auth/auth-client/pom.xml')
-rw-r--r-- | auth/auth-client/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/auth-client/pom.xml b/auth/auth-client/pom.xml index c53b9597..1049d452 100644 --- a/auth/auth-client/pom.xml +++ b/auth/auth-client/pom.xml @@ -120,7 +120,7 @@ <artifactId>maven-deploy-plugin</artifactId> <version>2.5</version> <configuration> - <skip>true</skip> + <skip>false</skip> </configuration> </plugin> |