aboutsummaryrefslogtreecommitdiffstats
path: root/prh-app-server/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prh-app-server/pom.xml')
-rw-r--r--prh-app-server/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/prh-app-server/pom.xml b/prh-app-server/pom.xml
index cf33960d..0944c50f 100644
--- a/prh-app-server/pom.xml
+++ b/prh-app-server/pom.xml
@@ -181,7 +181,7 @@
<skip>${skipDocker}</skip>
<images>
<image>
- <name>${project.groupId}.${project.artifactId}</name>
+ <name>onap/${project.groupId}.${project.artifactId}</name>
<registry>${onap.nexus.dockerregistry.daily}</registry>
<build>
<contextDir>${project.basedir}</contextDir>
@@ -195,7 +195,7 @@
</image>
</images>
</configuration>
- <executions>
+ <!-- <executions>
<execution>
<id>docker-build-image</id>
<phase>package</phase>
@@ -211,6 +211,7 @@
</goals>
</execution>
</executions>
+ -->
</plugin>
</plugins>
</build>