diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-08-01 22:01:51 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-08-01 22:26:29 +0000 |
commit | ada6abda93771b4912ceddcbc7c2fd820700fc28 (patch) | |
tree | efb936b577d8823bedb655628862b5ccb3fd43e7 | |
parent | 7278e77761f3901e4015ae2e8216ceeb35a9d3e5 (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.xml | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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> |