diff options
Diffstat (limited to 'cadi/shiro')
-rw-r--r-- | cadi/shiro/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cadi/shiro/pom.xml b/cadi/shiro/pom.xml index 5dc86b2e..69f2c740 100644 --- a/cadi/shiro/pom.xml +++ b/cadi/shiro/pom.xml @@ -161,6 +161,15 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <version>2.8.1</version> + <configuration> + <skip>true</skip> + </configuration> + + </plugin> </plugins> </build> |