From 0a6fb2e8a9e0df82035e8e23c79db79757ace25b Mon Sep 17 00:00:00 2001 From: Pavel Paroulek Date: Thu, 5 Sep 2019 16:29:35 +0200 Subject: Fixing copy UI phase Copy UI was in the wrong phase, removing obsolete script Change-Id: Ic6e86ae3d46cbcbd99e4dee54690de18976e2465 Signed-off-by: Pavel Paroulek Issue-ID: AAI-532 --- buildjar.sh | 6 ------ pom.xml | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) delete mode 100755 buildjar.sh 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 @@ true - aai-graphgraph:${project.version} + ${aai.docker.namespace}/aai-graphgraph:${project.version} aaionap/aai-common:1.3.0 @@ -238,7 +238,7 @@ copy-resources-ui - validate + prepare-package copy-resources -- cgit 1.2.3-korg