aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2019-08-01 22:01:51 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2019-08-01 22:26:29 +0000
commitada6abda93771b4912ceddcbc7c2fd820700fc28 (patch)
treeefb936b577d8823bedb655628862b5ccb3fd43e7
parent7278e77761f3901e4015ae2e8216ceeb35a9d3e5 (diff)
fix hv-ves build issue
Change-Id: I549bcb1ab068a4983dfcbf8e49a0d4efed46f9cb Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1578
-rw-r--r--pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 1d52b840..8b5d165d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,9 +106,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -318,7 +315,6 @@
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>0.30.0</version>
-<!--
<executions>
<execution>
<id>docker-build-image</id>
@@ -335,7 +331,6 @@
</goals>
</execution>
</executions>
--->
<configuration>
<skipPush>${skipDockerPush}</skipPush>
<verbose>true</verbose>