Merge "Increased code coverage"
authorTony Hansen <tony@att.com>
Wed, 19 Sep 2018 22:02:40 +0000 (22:02 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 19 Sep 2018 22:02:40 +0000 (22:02 +0000)
dcae-analytics/dcae-analytics-tca-web/pom.xml
dcae-analytics/pom.xml

index 002edcd..932dfd6 100644 (file)
                             <goal>build</goal>
                         </goals>
                     </execution>
-                    <execution>
-                        <id>docker-push</id>
-                        <phase>deploy</phase>
-                        <goals>
-                            <goal>push</goal>
-                        </goals>
-                    </execution>
                 </executions>
             </plugin>
         </plugins>
index 14f7f77..65a2541 100644 (file)
                     <artifactId>dockerfile-maven-plugin</artifactId>
                     <version>${dockerfile-maven-version}</version>
                     <configuration>
-                        <repository>${docker.repository}/${project.artifactId}</repository>
+                        <repository>${docker.repository}/onap/${project.groupId}.${project.artifactId}</repository>
                         <tag>${project.version}</tag>
                     </configuration>
                 </plugin>