From a52d50e788792a63e97a9176ab319d53db7a2853 Mon Sep 17 00:00:00 2001 From: vempo Date: Tue, 24 Jul 2018 17:34:04 +0300 Subject: Replaced old implementation at root Old project files and directories has been moved under 'deprecated-workflow-designer'. The old project is not built by the CI anymore, but can be still built manually. New modules/directories have been moved up and integrated with the CI system. Change-Id: I1528c792bcbcce9e50bfc294a1328a20e72c91cf Issue-ID: SDC-1559 Signed-off-by: vempo --- pom.xml | 153 ++++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 106 insertions(+), 47 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 3846d544..2ad0a828 100644 --- a/pom.xml +++ b/pom.xml @@ -1,62 +1,121 @@ - - - - org.onap.oparent - oparent - 1.1.0 - + ~ Copyright © 2016-2018 European Support Limited + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License. + --> + + 4.0.0 - org.onap.sdc.sdc-workflow-designer - sdc-workflow-designer - sdc-sdc-workflow-designer - 1.2.0-SNAPSHOT + org.onap.sdc.workflow_designer + workflow-designer-parent + 1.3.0-SNAPSHOT pom - - sdc-workflow-designer-ui - sdc-workflow-designer-server - distribution - - - dav:https://nexus.onap.org/content/sites/site/org/onap/sdc/sdc-workflow-designer/${project.version} + 1.8 + 1.8 + UTF-8 + UTF-8 + 1.3.0-SNAPSHOT + 0.23.0 + true + docker + docker + nexus3.onap.org:10001 + https://nexus.onap.org + /content/sites/site/org/onap/sdc/workflow/${project.version} - - - - ecomp-site - ${onap.nexus.javadocs-url} - - - + + + workflow-designer-init + workflow-designer-be + workflow-designer-ui + + - org.apache.maven.plugins - maven-dependency-plugin - 2.10 - - - maven-antrun-plugin - 1.8 + io.fabric8 + docker-maven-plugin + ${mvn.docker.version} + + false + ${nexus.registry} + + + ${docker.username} + ${docker.password} + + + + + + docker-build + install + + build + + + + push-images + deploy + + push + + + - + + + + ecomp-releases + Release Repository + ${nexus.proxy}/content/repositories/releases/ + + + ecomp-snapshots + Snapshots Repository + ${nexus.proxy}/content/repositories/snapshots/ + + + ecomp-public + Public Repository + ${nexus.proxy}/content/repositories/public/ + + + + + ecomp-releases + Release Repository + ${nexus.proxy}/content/repositories/releases/ + + + ecomp-snapshots + Snapshot Repository + ${nexus.proxy}/content/repositories/snapshots/ + + + ecomp-site + dav:${nexus.proxy}${sitePath} + + + + \ No newline at end of file -- cgit 1.2.3-korg