summaryrefslogtreecommitdiffstats
path: root/dcae_dmaapbc_webapp/pom.xml
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-05-09 16:47:15 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-05-09 16:51:47 -0400
commit44a3a73da518d95c195c8fe666d2be1387ff8aa3 (patch)
treeec72fdcffe90cb94261aa2bd11c138b26241b854 /dcae_dmaapbc_webapp/pom.xml
parentf384ed9bfbfaa6ecc38ccb2980c1008dc3a287cc (diff)
[Portal-7] restore deploy target to dbca-os
Change-Id: Ia56ab190eb709d75e906c248390ade77c576952e Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
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>