aboutsummaryrefslogtreecommitdiffstats
path: root/ecd-app-os/pom.xml
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-08-17 21:59:09 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-08-17 22:00:09 -0400
commita6214cfb46570297c71fea29ee68014892a2484b (patch)
tree36dc070100fad4e79161e0b157f0b26a33e405bb /ecd-app-os/pom.xml
parent9015d0d86d23a83e578ded1bd95485d467515208 (diff)
Revise for Jenkins failure, reviewer comments
1. Add skip-deploy plugin config. 2. Define an application exception and use it. Issue: CCSDK-61 Change-Id: I9ad527ff2169619edbb0a1f27576ae47413b9ee4 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'ecd-app-os/pom.xml')
-rw-r--r--ecd-app-os/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/ecd-app-os/pom.xml b/ecd-app-os/pom.xml
index 30cc0ca..12368b1 100644
--- a/ecd-app-os/pom.xml
+++ b/ecd-app-os/pom.xml
@@ -106,6 +106,15 @@
</overlays>
</configuration>
</plugin>
+ <!-- no deployment needed -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.8</version>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
</build>