summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorVarun Gudisena <vg411h@att.com>2017-09-26 11:57:49 -0500
committerVarun Gudisena <vg411h@att.com>2017-09-26 11:57:56 -0500
commit5c0bfb2716acd020871ad844119553d132af9955 (patch)
tree691e1ffe30dfe28bcc23b22477a3cbe9a85be53b /pom.xml
parentf73694666bd9868b8ad0508c51f8cfe754b7ca20 (diff)
Fix docker build
Changed docker maven plug in version Issue-Id: DMAAP-144 Change-Id: I8ed474b2415bc6be4d6e2d17292348cd1883f3f3 Signed-off-by: Varun Gudisena <vg411h@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 1 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index 7bd27f4..a75f1a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -347,14 +347,6 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <version>2.5</version>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.7</version>
<executions>
@@ -383,12 +375,11 @@
<plugin>
<groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.4.13</version>
+ <version>1.0.0</version>
<configuration>
<imageName>onap/dmaap/dmaap-mr</imageName>
<dockerDirectory>${dockerLocation}</dockerDirectory>
<serverId>docker-hub</serverId>
- <!-- <serverId>docker-hub</serverId> -->
<imageTags>
<imageTag>${dmaapImg}</imageTag>
<imageTag>latest</imageTag>