diff options
-rw-r--r-- | pgaas/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pgaas/pom.xml b/pgaas/pom.xml index 1c8eb5c..ab03d6f 100644 --- a/pgaas/pom.xml +++ b/pgaas/pom.xml @@ -72,6 +72,14 @@ limitations under the License. <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <version>2.8</version> + <configuration> + <skip>true</skip> + </configuration> + </plugin> </plugins> </pluginManagement> |