aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerry Flood <jflood@att.com>2019-05-14 09:13:22 -0400
committerJerry Flood <jflood@att.com>2019-05-14 09:15:00 -0400
commit01efad57ce5edaec38ce2d66dd83f9cfca2aedf3 (patch)
treedc9f7c082948fd9f39a94b77903d3192b7190786
parent3aebac8a20c046a36d6f0d28dfa0c4eb6a196b94 (diff)
Enable maven-deploy-plugin
Issue-ID: CIMAN-33 Change-Id: Ife8c1f2b28dc96aa4e7cc65ffa6ade720d683cdb Signed-off-by: Jerry Flood <jflood@att.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ee1845c..7944c79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
- <skip>true</skip>
+ <skip>false</skip>
</configuration>
</plugin>
</plugins>