From 8de37f9d3035b4a41e696b967f2222806c250925 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Fri, 11 Sep 2020 13:58:42 -0400 Subject: Refactoring poms groupId artifactId Issue-ID: CCSDK-2787 Signed-off-by: Singal, Kapil (ks220y) Change-Id: Ica64f0c793beabb47950c7bf1eede63a0dbf3cea --- cds-ui/application/pom.xml | 8 +-- cds-ui/client/pom.xml | 142 ++++++++++++++++++++--------------------- cds-ui/designer-client/pom.xml | 142 ++++++++++++++++++++--------------------- cds-ui/pom.xml | 9 ++- cds-ui/server/pom.xml | 12 ++-- 5 files changed, 155 insertions(+), 158 deletions(-) (limited to 'cds-ui') diff --git a/cds-ui/application/pom.xml b/cds-ui/application/pom.xml index 52eb555d4..368cc9c4f 100644 --- a/cds-ui/application/pom.xml +++ b/cds-ui/application/pom.xml @@ -24,21 +24,19 @@ limitations under the License. org.onap.ccsdk.cds - ui + cds-ui 1.0.0-SNAPSHOT .. - application + cds-ui-application 1.0.0-SNAPSHOT pom - CDS UI Application + UI Application onap/ccsdk-cds-ui - ${project.version} - ${project.version} ${maven.build.timestamp} yyyyMMdd'T'HHmmss'Z' true diff --git a/cds-ui/client/pom.xml b/cds-ui/client/pom.xml index d2309f89d..c4b7ea908 100644 --- a/cds-ui/client/pom.xml +++ b/cds-ui/client/pom.xml @@ -20,77 +20,77 @@ limitations under the License. ============LICENSE_END============================================ --> - 4.0.0 + 4.0.0 - - org.onap.ccsdk.cds - ui + + org.onap.ccsdk.cds + cds-ui + 1.0.0-SNAPSHOT + .. + + + cds-ui-client 1.0.0-SNAPSHOT - .. - - - ui-client - 1.0.0-SNAPSHOT - pom - - CDS UI Client - - - UTF-8 - npm - https://nexus.onap.org - - - - - - com.github.eirslett - frontend-maven-plugin - - 1.3 - - v8.12.0 - 6.4.1 - https://nodejs.org/dist/ - ./ - - - - install node and npm - - install-node-and-npm - - generate-resources - - - - npm install - - npm - - - generate-resources - - - install - - - - - npm build - - npm - - - generate-resources - - - run build - - - - - - - + pom + + UI Client + + + UTF-8 + npm + https://nexus.onap.org + + + + + + com.github.eirslett + frontend-maven-plugin + + 1.3 + + v8.12.0 + 6.4.1 + https://nodejs.org/dist/ + ./ + + + + install node and npm + + install-node-and-npm + + generate-resources + + + + npm install + + npm + + + generate-resources + + + install + + + + + npm build + + npm + + + generate-resources + + + run build + + + + + + + diff --git a/cds-ui/designer-client/pom.xml b/cds-ui/designer-client/pom.xml index 0d3331d92..9a1ba2627 100644 --- a/cds-ui/designer-client/pom.xml +++ b/cds-ui/designer-client/pom.xml @@ -20,77 +20,77 @@ limitations under the License. ============LICENSE_END============================================ --> - 4.0.0 + 4.0.0 - - org.onap.ccsdk.cds - ui + + org.onap.ccsdk.cds + cds-ui + 1.0.0-SNAPSHOT + .. + + + cds-ui-designer-client 1.0.0-SNAPSHOT - .. - - - designer-client - 1.0.0-SNAPSHOT - pom - - CDS designer Client - - - UTF-8 - npm - https://nexus.onap.org - - - - - - com.github.eirslett - frontend-maven-plugin - - 1.3 - - v13.7.0 - 6.13.6 - https://nodejs.org/dist/ - ./ - - - - install node and npm - - install-node-and-npm - - generate-resources - - - - npm install - - npm - - - generate-resources - - - install - - - - - npm build - - npm - - - generate-resources - - - run build - - - - - - - + pom + + UI designer Client + + + UTF-8 + npm + https://nexus.onap.org + + + + + + com.github.eirslett + frontend-maven-plugin + + 1.3 + + v13.7.0 + 6.13.6 + https://nodejs.org/dist/ + ./ + + + + install node and npm + + install-node-and-npm + + generate-resources + + + + npm install + + npm + + + generate-resources + + + install + + + + + npm build + + npm + + + generate-resources + + + run build + + + + + + + diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml index abf9348e1..1aa68131c 100644 --- a/cds-ui/pom.xml +++ b/cds-ui/pom.xml @@ -25,16 +25,16 @@ limitations under the License. org.onap.ccsdk.parent spring-boot-starter-parent - 2.0.1-SNAPSHOT + 2.0.1 org.onap.ccsdk.cds - ui + cds-ui 1.0.0-SNAPSHOT pom - CDS UI Parent + UI Parent Creates Controller Design Studio UI Docker container @@ -46,8 +46,7 @@ limitations under the License. onap/ccsdk-cds-ui - ${project.version} - ${project.version} + ${project.version} ${maven.build.timestamp} yyyyMMdd'T'HHmmss'Z' true diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml index 11bfd9fd7..86e9ccbef 100644 --- a/cds-ui/server/pom.xml +++ b/cds-ui/server/pom.xml @@ -1,5 +1,5 @@ -