From 86f5448a6e9d22e5484f1a79612c3e164cf8de8e Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 9 Apr 2020 14:20:10 -0400 Subject: Remove unneeded backup files Remove unneeded backup files created by updParentVersion script Issue-ID: CCSDK-2308 Signed-off-by: Dan Timoney Change-Id: I8d76b8ee3ccb2dbe563f22aadf1125f8226a104f --- ms/blueprintsprocessor/application/pom.xml-n | 371 --------------------------- 1 file changed, 371 deletions(-) delete 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 deleted file mode 100755 index 58a22968b..000000000 --- a/ms/blueprintsprocessor/application/pom.xml-n +++ /dev/null @@ -1,371 +0,0 @@ - - - - 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