From 8edec22767a6fdb055af92ef815e374987ed8d22 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 7 Apr 2020 11:51:20 -0400 Subject: Roll to next Guilin snapshot Roll to next Guilin snapshot release Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney Change-Id: I1a5ea68da8821ffe28ac84e60177af05e26b3585 --- ms/blueprintsprocessor/application/pom.xml-n | 371 +++++++++++++++++++++++++++ 1 file changed, 371 insertions(+) create mode 100755 ms/blueprintsprocessor/application/pom.xml-n (limited to 'ms/blueprintsprocessor/application/pom.xml-n') diff --git a/ms/blueprintsprocessor/application/pom.xml-n b/ms/blueprintsprocessor/application/pom.xml-n new file mode 100755 index 000000000..58a22968b --- /dev/null +++ b/ms/blueprintsprocessor/application/pom.xml-n @@ -0,0 +1,371 @@ + + + + 4.0.0 + + + org.onap.ccsdk.cds.blueprintsprocessor + parent + 1.0.0-SNAPSHOT + ../parent + + + application + jar + + Blueprints Processor Application + Blueprints Processor Application + + + maven + org.onap.ccsdk.cds + blueprintsprocessor + onap/ccsdk-blueprintsprocessor + deploy + true + ${project.version} + ${maven.build.timestamp} + + + + + org.onap.ccsdk.cds.blueprintsprocessor + blueprint-core + + + org.springframework.boot + spring-boot-starter-logging + + + + + org.springframework.boot + spring-boot-starter-security + + + org.springframework.boot + spring-boot-starter-logging + + + + + + + org.onap.ccsdk.cds.error.catalog + error-catalog-services + + + + + org.onap.ccsdk.cds.blueprintsprocessor + designer-api + + + org.onap.ccsdk.cds.blueprintsprocessor + resource-api + + + org.onap.ccsdk.cds.blueprintsprocessor + selfservice-api + + + org.onap.ccsdk.cds.blueprintsprocessor + configs-api + + + org.onap.ccsdk.cds.blueprintsprocessor + health-api + + + org.onap.ccsdk.cds.blueprintsprocessor + health-api-common + + + + + org.onap.ccsdk.cds.blueprintsprocessor.functions + python-executor + + + org.onap.ccsdk.cds.blueprintsprocessor.functions + restful-executor + + + org.onap.ccsdk.cds.blueprintsprocessor.functions + ansible-awx-executor + + + org.onap.ccsdk.cds.blueprintsprocessor.functions + netconf-executor + + + org.onap.ccsdk.cds.blueprintsprocessor.functions + restconf-executor + + + org.onap.ccsdk.cds.blueprintsprocessor.functions + cli-executor + + + org.onap.ccsdk.cds.blueprintsprocessor.functions + config-snapshots + + + com.h2database + h2 + + + org.powermock + powermock-api-mockito2 + test + + + org.springframework.boot + spring-boot-starter-test + test + + + org.jetbrains.kotlin + kotlin-test-junit + test + + + io.projectreactor + reactor-test + test + + + + org.skyscreamer + jsonassert + + + org.yaml + snakeyaml + + + com.nhaarman.mockitokotlin2 + mockito-kotlin + + compile + + + com.schibsted.spt.data + jslt + + + org.apache.httpcomponents + httpclient + ${apache.httpcomponents.client.version} + + + org.apache.httpcomponents + httpmime + ${apache.httpcomponents.client.version} + + + com.github.tomakehurst + wiremock-jre8 + 2.25.0 + test + + + + ch.qos.logback + logback-classic + + + + + + + + + ${basedir}/etc + ${basedir}/target/etc + true + + **/* + + + + + ${basedir}/src/main/resources + ${basedir}/target/src/main/resources + true + + **/* + + + + src/main/resources + + **/* + + true + + + + + maven-resources-plugin + 2.6 + + + copy-dockerfile + + copy-resources + + validate + + ${basedir}/target/docker-stage + + + src/main/docker + + * + + true + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + ant-test + package + + + + + + + run + + + + + + maven-assembly-plugin + 3.1.0 + + + ${basedir}/target/docker-stage + + src/main/docker/distribution.xml + + posix + + + + ${assembly.id} + package + + single + + + + + + org.codehaus.groovy.maven + gmaven-plugin + 1.0 + + + validate + + execute + + + ${basedir}/../../../TagVersion.groovy + + + + + + maven-compiler-plugin + 3.1 + + 1.8 + 1.8 + + + + pl.project13.maven + git-commit-id-plugin + + + + + + + docker + + + + io.fabric8 + docker-maven-plugin + 0.26.1 + false + + + + ${image.name} + + try + ${basedir}/target/docker-stage + + ${project.docker.latestminortag.version} + ${project.docker.latestfulltag.version} + ${project.docker.latesttagtimestamp.version} + + + + + true + + + + generate-images + package + + build + + + + push-images + ${docker.push.phase} + + build + push + + + + + + + + + -- cgit 1.2.3-korg