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