From c90edac236dffb7c495e266dd04991de7e8f04b7 Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Mon, 25 Mar 2019 13:04:18 -0400 Subject: Migrate ccsdk/apps to ccsdk/cds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue-ID: CCSDK-1177 Issue-ID: CCSDK-1178 Change-Id: I0c02702fbec52211ca367abbba72aebecee8cbaa Signed-off-by: Alexis de Talhouët --- cds-ui/application/pom.xml | 117 +++++++++++++++++++++++++++++++ cds-ui/client/pom.xml | 150 ++++++++++++++++++++-------------------- cds-ui/pom.xml | 55 +++++++++++++++ cds-ui/server/pom.xml | 19 +++-- cds-ui/server/public/index.html | 19 ++++- 5 files changed, 271 insertions(+), 89 deletions(-) create mode 100644 cds-ui/application/pom.xml create mode 100644 cds-ui/pom.xml (limited to 'cds-ui') diff --git a/cds-ui/application/pom.xml b/cds-ui/application/pom.xml new file mode 100644 index 000000000..842655934 --- /dev/null +++ b/cds-ui/application/pom.xml @@ -0,0 +1,117 @@ + + + + 4.0.0 + + + org.onap.ccsdk.cds + ui + 0.4.2-SNAPSHOT + .. + + + application + 0.4.2-SNAPSHOT + pom + + cds-ui-application + + + onap/ccsdk-cds-ui + ${project.version} + ${project.version} + ${maven.build.timestamp} + yyyyMMdd'T'HHmmss'Z' + true + + + + + + org.codehaus.groovy.maven + gmaven-plugin + + + validate + + execute + + + ../TagVersion.groovy + + + + + + + + + + docker + + + + io.fabric8 + docker-maven-plugin + 0.28.0 + false + + + + ${image.name} + + try + .. + + ${project.docker.latestminortag.version} + ${project.docker.latestfulltag.version} + ${project.docker.latesttagtimestamp.version} + + + + + + + + generate-images + package + + build + + + + + push-images + deploy + + build + push + + + + + + + + + + diff --git a/cds-ui/client/pom.xml b/cds-ui/client/pom.xml index 573ab1fbb..b0b1c55ec 100644 --- a/cds-ui/client/pom.xml +++ b/cds-ui/client/pom.xml @@ -19,81 +19,79 @@ limitations under the License. ============LICENSE_END============================================ --> - 4.0.0 - - - org.onap.ccsdk.cds - controller-design-studio - 1.0.0-SNAPSHOT - ../.. - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + org.onap.ccsdk.cds - controller-design-studio-client - 1.0.0-SNAPSHOT - pom - - cds-ui - - - UTF-8 - npm - https://nexus.onap.org - - - - - - - - com.github.eirslett - frontend-maven-plugin - - 1.3 - - v8.12.0 - https://nodejs.org/dist/ - https://nodejs.org/dist/npm/ - ./ - - - - install node and npm - - install-node-and-npm - - generate-resources - - - - npm install - - npm - - - generate-resources - - - install - - - - - npm build - - npm - - - generate-resources - - - run build - - - - - - - + ui + 0.4.2-SNAPSHOT + .. + + + ui-client + 0.4.2-SNAPSHOT + pom + + cds-ui-client + + + UTF-8 + npm + https://nexus.onap.org + + + + + + + com.github.eirslett + frontend-maven-plugin + + 1.3 + + v8.12.0 + https://nodejs.org/dist/ + https://nodejs.org/dist/npm/ + ./ + + + + 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 new file mode 100644 index 000000000..ca3f8b978 --- /dev/null +++ b/cds-ui/pom.xml @@ -0,0 +1,55 @@ + + + + 4.0.0 + + + org.onap.ccsdk.parent + spring-boot-starter-parent + 1.2.1-SNAPSHOT + + + + org.onap.ccsdk.cds + ui + 0.4.2-SNAPSHOT + pom + + cds-ui-parent + Creates Controller Design Studio UI Docker container + + + onap/ccsdk-cds-ui + ${project.version} + ${project.version} + ${maven.build.timestamp} + yyyyMMdd'T'HHmmss'Z' + true + + + + client + server + application + + + \ No newline at end of file diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml index bac8b03d2..59b14b890 100644 --- a/cds-ui/server/pom.xml +++ b/cds-ui/server/pom.xml @@ -19,19 +19,18 @@ limitations under the License. ============LICENSE_END============================================ --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + org.onap.ccsdk.cds - controller-design-studio - 1.0.0-SNAPSHOT - ../.. + ui + 0.4.2-SNAPSHOT + .. - - org.onap.ccsdk.cds.server - controller-design-studio-server - 1.0.0-SNAPSHOT + + ui-server + 0.4.2-SNAPSHOT pom cds-ui-server @@ -42,8 +41,6 @@ limitations under the License. https://nexus.onap.org - - diff --git a/cds-ui/server/public/index.html b/cds-ui/server/public/index.html index 81e972890..84c9a6c87 100644 --- a/cds-ui/server/public/index.html +++ b/cds-ui/server/public/index.html @@ -1,7 +1,7 @@ +============LICENSE_END============================================ +--> + + + + + CdsUi + + + + + + + + + -- cgit 1.2.3-korg