aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2017-02-15 14:37:17 -0500
committerSteve Smokowski <ss835w@att.com>2017-02-15 16:44:12 -0500
commit7da25dbdc5c3186e8c6d8d869a5777ca512e0ad9 (patch)
tree6c183d62b3b0e3705c4dee634b76ec17a0989e39 /pom.xml
parent44ec226ea9ba7e8ce9be6da66e00ed78f7bb58a8 (diff)
Skip deploy
Change-Id: I6b7b1e64207b93ea8de2b9cc31bcc31f4e89be17 Signed-off-by: Steve Smokowski <ss835w@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index fe33262..c174494 100644
--- a/pom.xml
+++ b/pom.xml
@@ -348,6 +348,13 @@
</dependency>
</dependencies>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
</build>