aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Paroulek <pavel.paroulek@orange.com>2019-09-05 16:29:35 +0200
committerPavel Paroulek <pavel.paroulek@orange.com>2019-09-05 21:51:48 +0200
commit0a6fb2e8a9e0df82035e8e23c79db79757ace25b (patch)
treed743af2776033ad4e2768b7b9a2c2d82d703168b
parent38836a11b672b9743cd4b16298dad8d5febfe636 (diff)
Fixing copy UI phase5.1.0-ONAP5.0.1-ONAPelalto
Copy UI was in the wrong phase, removing obsolete script Change-Id: Ic6e86ae3d46cbcbd99e4dee54690de18976e2465 Signed-off-by: Pavel Paroulek <pavel.paroulek@orange.com> Issue-ID: AAI-532
-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>