Fix docker build 55/15655/1
authorVarun Gudisena <vg411h@att.com>
Tue, 26 Sep 2017 16:57:49 +0000 (11:57 -0500)
committerVarun Gudisena <vg411h@att.com>
Tue, 26 Sep 2017 16:57:56 +0000 (11:57 -0500)
Changed docker maven plug in version

Issue-Id: DMAAP-144
Change-Id: I8ed474b2415bc6be4d6e2d17292348cd1883f3f3
Signed-off-by: Varun Gudisena <vg411h@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 7bd27f4..a75f1a3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                        </dependency>
                                </dependencies>
                        </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>
                        <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>