summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2017-02-13 14:15:58 -0500
committerSteve Smokowski <ss835w@att.com>2017-02-13 14:16:07 -0500
commit253f636ff63064244844fb981e5e2482bc4290e3 (patch)
tree6440a1aa57255431906e985d51c9901a98c3f515
parente5451da68aedf8b1d550a80a9c51843f5bb5224b (diff)
Modify pom skip deploy step
Change-Id: I62bd9ec04c7d8be8fadf1efccbdf5d6a097b7c2e Signed-off-by: Steve Smokowski <ss835w@att.com>
-rw-r--r--pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2395e53..f1dbaea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -343,7 +343,15 @@
</execution>
</executions>
</plugin>
- </plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
</build>
+
</project>