From 4d97d5fac309ce0d66938e5ccd0349e2660d4e23 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sat, 17 Jun 2017 22:40:44 +0300 Subject: [sdc] update code of sdc Change-Id: If9f37c80b659cb67b34d18e6c019defecca58b9a Signed-off-by: Michael Lando --- openecomp-be/tools/zusammen-tools/pom.xml | 246 ++++++++++++++++++++++++++++++ 1 file changed, 246 insertions(+) create mode 100644 openecomp-be/tools/zusammen-tools/pom.xml (limited to 'openecomp-be/tools/zusammen-tools/pom.xml') diff --git a/openecomp-be/tools/zusammen-tools/pom.xml b/openecomp-be/tools/zusammen-tools/pom.xml new file mode 100644 index 0000000000..57f3250a5c --- /dev/null +++ b/openecomp-be/tools/zusammen-tools/pom.xml @@ -0,0 +1,246 @@ + + 4.0.0 + + + + 2.4.7 + 2.7.7 + + + + + + openecomp-zusammen-tools + + + org.openecomp.sdc + openecomp-sdc-vendor-software-product-api + 1.1.0-SNAPSHOT + + + openecomp-zusammen-plugin + org.openecomp.sdc.core + 1.1.0-SNAPSHOT + + + org.openecomp.sdc + openecomp-sdc-vendor-software-product-core + 1.1.0-SNAPSHOT + + + org.openecomp.sdc + openecomp-sdc-vendor-license-api + 1.1.0-SNAPSHOT + + + org.openecomp.sdc + openecomp-sdc-model-impl + 1.1.0-SNAPSHOT + + + org.openecomp.sdc.core + openecomp-zusammen-core + 1.1.0-SNAPSHOT + + + com.amdocs.zusammen.plugin + zusammen-state-store-cassandra-plugin + 0.0.1 + + + org.hibernate + hibernate-validator + RELEASE + + + org.openecomp.sdc + openecomp-sdc-vendor-license-core + 1.1.0-SNAPSHOT + + + openecomp-zusammen-tools + org.openecomp.sdc.core.tools + 1.0-SNAPSHOT + + org.openecomp.sdc + openecomp-sdc-lib + ../../lib + 1.1.0-SNAPSHOT + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.5.1 + true + + 1.8 + 1.8 + + + + + org.codehaus.mojo + license-maven-plugin + 1.10 + + false + + ============LICENSE_START======================================================= + + + ============LICENSE_END========================================================= + + + ================================================================================ + + apache_v2 + 2017 + AT&T Intellectual Property. All rights reserved. + + SDC + true + true + true + true + false + + **/*.java + **/*.js + **/*.ts + + + src + app + server-mock + typings + + + + + first + + update-file-header + + + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.8 + + + copy-dependencies + install + + copy-dependencies + + + ${project.build.directory}/lib + false + false + true + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + package + + + + + + true + custom + + lib/${artifact.artifactId}-${baseVersion}.${artifact.extension} + + org.openecomp.core.tools.main.ZusammenMainTool + + + + lib/ + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.19.1 + + false + true + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + ant-test + package + + + + + + + run + + + + + + maven-assembly-plugin + + + Generate assembly + install + + single + + + + + + ${basedir}/src/main/assembly/zusammen-tools-lib-assembly.xml + + + false + openecomp-zusammen-tools-lib + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg