summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2020-04-01 16:10:31 -0400
committerJimmy Forsyth <jf2512@att.com>2020-04-01 16:10:33 -0400
commit9d647391e65ea757ed45e2174a77b654ebc3f767 (patch)
tree52ce6a35b1e44fb5975f3128f2286489c33145fa
parentb285db3aa9b126ed7856d3dc8a74aa1795ea256c (diff)
Activate deployment plugin
Issue-ID: AAI-2580 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I5b883c2bef96aa2aa97b96b086bf0b2b65097026
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 745615c..e95f757 100644
--- a/pom.xml
+++ b/pom.xml
@@ -415,7 +415,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
- <skip>true</skip>
+ <classifier>client</classifier>
</configuration>
</plugin>
<plugin>