From 507a5b3d3e8389dde606f2c9fe74408238e26680 Mon Sep 17 00:00:00 2001 From: ms236b Date: Mon, 4 Mar 2019 15:51:35 -0500 Subject: Commit for the blueprint generator java tool Fixed the issues listed in the review and added everything. Current coverage: 56.9% Issue-ID: DCAEGEN2-1125 Change-Id: Iab5ec548aeafc5c0dfdcd60ef5d03fc35190ce5b Signed-off-by: ms236b Signed-off-by: ms236b Signed-off-by: ms236b --- blueprint-generator/pom.xml | 191 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 191 insertions(+) create mode 100644 blueprint-generator/pom.xml (limited to 'blueprint-generator/pom.xml') diff --git a/blueprint-generator/pom.xml b/blueprint-generator/pom.xml new file mode 100644 index 0000000..2dbfd9e --- /dev/null +++ b/blueprint-generator/pom.xml @@ -0,0 +1,191 @@ + + + + 4.0.0 + + org.onap.dcaegen2.platform.cli + cli + 1.1.0-SNAPSHOT + + org.onap.dcaegen2.platform.cli + blueprint-generator-onap + 0.0.1-SNAPSHOT + + 1.6 + 1.6 + + UTF-8 + cobertura + cobertura + ${project.basedir}/target/surefire-reports + ${project.basedir}/target/surefire-reports + ${project.basedir}/target/site/cobertura/coverage.xml + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.7 + 1.7 + + 2.0.2 + + + maven-assembly-plugin + 2.4.1 + + + src/assembly/dep.xml + + + + + + + make-assembly + package + + single + + + + + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.7 + + + + **/*.class + + + UTF-8 + + + + + + clean + + pre-site + + cobertura + + + + + + instrument + site + + instrument + cobertura + + + UTF-8 + + + + + + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + 3.0.2 + + + + + + + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.7 + + + xml + + + + + + + + + + org.projectlombok + lombok + 1.18.2 + provided + + + + commons-cli + commons-cli + 1.2 + + + + junit + junit + 4.12 + test + + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + 2.9.8 + + + + com.fasterxml.jackson.core + jackson-databind + 2.9.8 + + + com.fasterxml.jackson.core + jackson-annotations + 2.9.8 + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg