aboutsummaryrefslogtreecommitdiffstats
path: root/dcae_dmaapbc_webapp/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dcae_dmaapbc_webapp/pom.xml')
-rw-r--r--dcae_dmaapbc_webapp/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/dcae_dmaapbc_webapp/pom.xml b/dcae_dmaapbc_webapp/pom.xml
index 38725ed..bc50aa0 100644
--- a/dcae_dmaapbc_webapp/pom.xml
+++ b/dcae_dmaapbc_webapp/pom.xml
@@ -15,4 +15,17 @@
<module>dbca-os</module>
</modules>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.8</version>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
</project>