aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuildjar.sh6
-rw-r--r--pom.xml4
2 files changed, 2 insertions, 8 deletions
diff --git a/buildjar.sh b/buildjar.sh
deleted file mode 100755
index ba19d78..0000000
--- a/buildjar.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-cd ./graphgraph-fe/
-npm install
-npm run build
-cd ..
-mvn clean package spring-boot:repackage
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>