switch tca to docker-maven-plugin
[dcaegen2/analytics/tca-gen2.git] / dcae-analytics / dcae-analytics-tca-web / pom.xml
index 002edcd..2e1195d 100644 (file)
             <!-- DOCKER PLUGIN -->
             <plugin>
                 <groupId>com.spotify</groupId>
-                <artifactId>dockerfile-maven-plugin</artifactId>
-                <executions>
+                <artifactId>docker-maven-plugin</artifactId>
+                <configuration>
+                        <skipDocker>false</skipDocker>
+                        <repository>${docker.repository}/onap/${project.groupId}.${project.artifactId}</repository>
+                        <tag>${project.version}</tag>
+                </configuration>
+<!--                <artifactId>dockerfile-maven-plugin</artifactId>
+                   <executions>
                     <execution>
                         <id>build-image</id>
                         <phase>package</phase>
                         </goals>
                     </execution>
                 </executions>
+-->
             </plugin>
         </plugins>
     </build>