summaryrefslogtreecommitdiffstats
path: root/pgaas/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pgaas/pom.xml')
-rw-r--r--pgaas/pom.xml8
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>