diff options
author | Jerry Flood <jflood@att.com> | 2019-05-14 09:13:22 -0400 |
---|---|---|
committer | Jerry Flood <jflood@att.com> | 2019-05-14 09:15:00 -0400 |
commit | 01efad57ce5edaec38ce2d66dd83f9cfca2aedf3 (patch) | |
tree | dc9f7c082948fd9f39a94b77903d3192b7190786 | |
parent | 3aebac8a20c046a36d6f0d28dfa0c4eb6a196b94 (diff) |
Enable maven-deploy-plugin
Issue-ID: CIMAN-33
Change-Id: Ife8c1f2b28dc96aa4e7cc65ffa6ade720d683cdb
Signed-off-by: Jerry Flood <jflood@att.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ <plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
- <skip>true</skip>
+ <skip>false</skip>
</configuration>
</plugin>
</plugins>
|