diff options
Diffstat (limited to 'cadi')
-rw-r--r-- | cadi/oauth-enduser/pom.xml | 9 | ||||
-rw-r--r-- | cadi/shiro/pom.xml | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/cadi/oauth-enduser/pom.xml b/cadi/oauth-enduser/pom.xml index df841a18..b89b3fe7 100644 --- a/cadi/oauth-enduser/pom.xml +++ b/cadi/oauth-enduser/pom.xml @@ -184,6 +184,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> </pluginManagement> </build> 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> |