aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index a08d3ee..5bf0283 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
<verbose>true</verbose>
<images>
<image>
- <name>aai-graphgraph:${project.version}</name>
+ <name>${aai.docker.namespace}/aai-graphgraph:${project.version}</name>
<build>
<from>aaionap/aai-common:1.3.0</from>
<entryPoint>
@@ -238,7 +238,7 @@
<executions>
<execution>
<id>copy-resources-ui</id>
- <phase>validate</phase>
+ <phase>prepare-package</phase>
<goals>
<goal>copy-resources</goal>
</goals>