From d1569975bb18f4359fac18aa98f55b69c248a3ad Mon Sep 17 00:00:00 2001 From: "Chinthakayala, Sheshashailavas (sc2914)" Date: Mon, 28 Aug 2017 05:25:46 -0900 Subject: [CCSDK-28] populated the seed code for dgbuilder updated the code to point to the new package name for sli Change-Id: I3b5a1d05dc5193664fd4a667afdcd0b2354010a4 Issue-ID:{CCSDK-28} Signed-off-by: Chinthakayala, Sheshashailavas (sc2914) Signed-off-by: Chinthakayala, Sheshashailavas (sc2914) --- dgbuilder/pom.xml | 139 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 dgbuilder/pom.xml (limited to 'dgbuilder/pom.xml') diff --git a/dgbuilder/pom.xml b/dgbuilder/pom.xml new file mode 100644 index 00000000..88300310 --- /dev/null +++ b/dgbuilder/pom.xml @@ -0,0 +1,139 @@ + + + + + org.onap.ccsdk.distribution + distribution-root + 0.1.0-SNAPSHOT + + + 4.0.0 + pom + org.onap.ccsdk.distribution + dgbuilder + + 0.1.0-SNAPSHOT + + Directed Graph Builder + Directed Graph Builder + + + dgbuilder + true + /opt/app/dgbuilder + yyMMdd-HHmmss + ${maven.build.timestamp} + ${project.version}-${build.number} + + + + + org.onap.ccsdk.sli.core + sli-common + ${sdnctl.sli.version} + + + mysql + mysql-connector-java + 5.1.31 + jar + + + org.antlr + antlr4 + ${antlr.version} + jar + compile + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.slf4j + slf4j-simple + 1.7.5 + compile + + + org.apache.commons + commons-lang3 + ${commons.lang3.version} + + + + + + + maven-assembly-plugin + 2.6 + + + create-zip + + single + + package + + ${application.name}.${project.version} + true + + src/assembly/assemble_zip.xml + + false + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-dependencies + + copy-dependencies + + prepare-package + + false + ${project.build.directory}/svclogic/lib + false + true + true + false + false + false + provided + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + generate-sources + + + + + + + + + run + + + + + + + + ONAP + + + -- cgit 1.2.3-korg