diff options
Diffstat (limited to 'auth/auth-core/pom.xml')
-rw-r--r-- | auth/auth-core/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/auth-core/pom.xml b/auth/auth-core/pom.xml index 7281cee2..8e218632 100644 --- a/auth/auth-core/pom.xml +++ b/auth/auth-core/pom.xml @@ -128,7 +128,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <configuration> - <skip>true</skip> + <skip>false</skip> </configuration> </plugin> <plugin> |