diff options
author | Jimmy Forsyth <jf2512@att.com> | 2020-04-01 16:10:31 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2020-04-01 16:10:33 -0400 |
commit | 9d647391e65ea757ed45e2174a77b654ebc3f767 (patch) | |
tree | 52ce6a35b1e44fb5975f3128f2286489c33145fa /pom.xml | |
parent | b285db3aa9b126ed7856d3dc8a74aa1795ea256c (diff) |
Activate deployment plugin
Issue-ID: AAI-2580
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I5b883c2bef96aa2aa97b96b086bf0b2b65097026
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |