summaryrefslogtreecommitdiffstats
path: root/ecd-app-os/pom.xml
diff options
context:
space:
mode:
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>