diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-06-26 15:17:26 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-06-26 15:17:38 -0400 |
commit | 2e2c16806c4effa2a0484fc9ab69ffea69bd9b84 (patch) | |
tree | ddc593c761e1b3bf8dcce344b84dff6ee3280b66 /pom.xml | |
parent | 61885d4ea36dd80b428434239b59822392ffb96d (diff) |
Enable deploy plugin
Issue-ID: AAI-2464
Change-Id: I541d3053ba7c40dcc6cdc0636230901f24f6b268
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -116,12 +116,6 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>2.8.2</version> - <executions> - <execution> - <id>default-deploy</id> - <phase>none</phase> - </execution> - </executions> </plugin> <plugin> <groupId>com.mycila</groupId> |