From a298b9eeec90e7eb4499751ef17e8cc9f9d65111 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20de=20Talhou=C3=ABt?= Date: Tue, 26 Mar 2019 12:44:59 -0400 Subject: [PATCH] Fix cds ui build MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I0ce7472367348f044ef81f49613876083a2332ff Issue-ID: CCSDK-1177 Signed-off-by: Alexis de Talhouët --- cds-ui/{ => application}/.dockerignore | 0 cds-ui/{ => application}/Dockerfile | 0 cds-ui/application/pom.xml | 3 +-- pom.xml | 6 +++--- 4 files changed, 4 insertions(+), 5 deletions(-) rename cds-ui/{ => application}/.dockerignore (100%) rename cds-ui/{ => application}/Dockerfile (100%) diff --git a/cds-ui/.dockerignore b/cds-ui/application/.dockerignore similarity index 100% rename from cds-ui/.dockerignore rename to cds-ui/application/.dockerignore diff --git a/cds-ui/Dockerfile b/cds-ui/application/Dockerfile similarity index 100% rename from cds-ui/Dockerfile rename to cds-ui/application/Dockerfile diff --git a/cds-ui/application/pom.xml b/cds-ui/application/pom.xml index 842655934..3ab1d338b 100644 --- a/cds-ui/application/pom.xml +++ b/cds-ui/application/pom.xml @@ -56,7 +56,7 @@ limitations under the License. execute - ../TagVersion.groovy + ${project.basedir}/../../TagVersion.groovy @@ -80,7 +80,6 @@ limitations under the License. ${image.name} try - .. ${project.docker.latestminortag.version} ${project.docker.latestfulltag.version} diff --git a/pom.xml b/pom.xml index e229fa98a..8c989ba09 100644 --- a/pom.xml +++ b/pom.xml @@ -36,9 +36,9 @@ limitations under the License. CCSDK Controller Design Studio - - components - ms + cds-ui + + https://wiki.onap.org -- 2.16.6