summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-06-26 15:17:26 -0400
committerJimmy Forsyth <jf2512@att.com>2019-06-26 15:17:38 -0400
commit2e2c16806c4effa2a0484fc9ab69ffea69bd9b84 (patch)
treeddc593c761e1b3bf8dcce344b84dff6ee3280b66
parent61885d4ea36dd80b428434239b59822392ffb96d (diff)
Enable deploy plugin
Issue-ID: AAI-2464 Change-Id: I541d3053ba7c40dcc6cdc0636230901f24f6b268 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 1994ef17..dfc01f3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>