From 9b30373a6f1b1bc123250a9a598bc7a164b7e9b7 Mon Sep 17 00:00:00 2001 From: Vijay Venkatesh Kumar Date: Wed, 8 Jan 2020 17:13:22 +0000 Subject: bp-gen code clone from cli repo dcaegen2/platform/mod will host all design component code cli/component-json-schemas and cli/dcae-cli already moved original cli repo will be marked as RO after this is merged Change-Id: Ie88dbd273d218c89a95afe0e58742a948c04eae5 Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-1852 Issue-ID: DCAEGEN2-1860 Signed-off-by: Vijay Venkatesh Kumar --- mod/bpgenerator/pom.xml | 212 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 212 insertions(+) create mode 100644 mod/bpgenerator/pom.xml (limited to 'mod/bpgenerator/pom.xml') diff --git a/mod/bpgenerator/pom.xml b/mod/bpgenerator/pom.xml new file mode 100644 index 0000000..d63b9c9 --- /dev/null +++ b/mod/bpgenerator/pom.xml @@ -0,0 +1,212 @@ + + + + 4.0.0 + + org.onap.oparent + oparent + 2.0.0 + + org.onap.dcaegen2.platform.mod + blueprint-generator + 1.2.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.onap.blueprintgenerator.core.App + org.apache.maven.plugins.shade.resource.ManifestResourceTransformer + + + + + + + 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.apache.maven.plugins + maven-shade-plugin + 3.2.1 + + + + shade + + + true + executable + + + ${shade.main} + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 8 + 8 + + + + + + + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.7 + + + xml + + + + + + + + + + junit + junit + 4.12 + test + + + org.mockito + mockito-core + 3.1.0 + test + + + + info.picocli + picocli + 3.9.6 + + + org.projectlombok + lombok + 1.18.2 + provided + + + 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 + + + + -- cgit 1.2.3-korg