From c19189718469498377b194eea2f9a247bb79c4f9 Mon Sep 17 00:00:00 2001 From: Nicolas Hu Date: Fri, 6 Oct 2017 10:28:45 -0400 Subject: Refactor CCSDK/Dashboard project Change-Id: I34451fbebbe7bbaaf1cd23aed5cef0f9a9ba37b7 Issues-Id: CCSDK-111 Signed-off-by: Nicolas Hu --- ccsdk-app-os/pom.xml | 169 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 169 insertions(+) create mode 100644 ccsdk-app-os/pom.xml (limited to 'ccsdk-app-os/pom.xml') diff --git a/ccsdk-app-os/pom.xml b/ccsdk-app-os/pom.xml new file mode 100644 index 0000000..4d8975d --- /dev/null +++ b/ccsdk-app-os/pom.xml @@ -0,0 +1,169 @@ + + + 4.0.0 + + org.onap.ccsdk.dashboard + ccsdk-app-os + 1.1.0-SNAPSHOT + war + ONAP Operations Manager Dashboard app + CCSDK Dashboard Web Application for external release + + + UTF-8 + 4.2.0.RELEASE + 4.3.11.Final + 1.1.0 + 1.1.0-SNAPSHOT + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + + ${project.version} + + true + + + + + + ecomp-releases + OpenECOMP - Release Repository + ${nexusproxy}/${releaseNexusPath} + + + + ecomp-snapshots + OpenECOMP - Snapshot Repository + ${nexusproxy}/${snapshotNexusPath} + + + + + + + ${project.artifactId}-${build.version} + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.8 + 1.8 + + + + + org.apache.maven.plugins + maven-war-plugin + 3.0.0 + + + + true + + + ${build.version} + ${maven.build.timestamp} + + + + + org.onap.ccsdk.dashboard + ccsdk-app-overlay + + + org.openecomp.ecompsdkos + epsdk-app-overlay + + app/fusionapp/** + app/fusion/ase/** + app/fusion/external/angular-1.5/** + app/fusion/external/gis/** + app/fusion/external/leaflet-0.7.3/** + app/fusion/external/lodash/** + app/fusion/external/samples/** + app/fusion/external/showdown/** + app/fusion/notebook-integration/** + static/fusion/sample/** + static/fusion/raptor/** + + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8 + + true + + + + + + + + + org.onap.ccsdk.dashboard + ccsdk-app-overlay + ${ccsdk.version} + war + + + + org.onap.ccsdk.dashboard + ccsdk-app-common + ${ccsdk.version} + + + + org.openecomp.ecompsdkos + epsdk-app-overlay + ${epsdk.version} + war + + + + org.openecomp.ecompsdkos + epsdk-app-common + ${epsdk.version} + + + org.openecomp.ecompsdkos + epsdk-analytics + + + org.openecomp.ecompsdkos + epsdk-workflow + + + mysql + mysql-connector-java + + + org.elasticsearch + elasticsearch + + + org.quartz-scheduler + quartz + + + org.drools + drools-compiler + + + io.searchbox + jest + + + + + -- cgit 1.2.3-korg