aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2017-02-16 08:18:14 -0500
committerSteve Smokowski <ss835w@att.com>2017-02-16 08:18:24 -0500
commita0aa02105b43daa9233be08a1597c913008edadd (patch)
tree092346bf52446fac21515d76f2a42e2a97b1bb4a
parent7da25dbdc5c3186e8c6d8d869a5777ca512e0ad9 (diff)
Remove skip deploy
Change-Id: I9524008576b18683034ddd38e62dc3745ae72773 Signed-off-by: Steve Smokowski <ss835w@att.com>
-rw-r--r--pom.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index c174494..2078afe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -348,13 +348,7 @@
</dependency>
</dependencies>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
+
</plugins>
</build>