From 16a1fcbc814ec20e59cbe95cb506bca29f104208 Mon Sep 17 00:00:00 2001 From: Tony Hansen Date: Fri, 29 Sep 2017 02:03:39 +0000 Subject: remove check-blueprint-vs-input, repackage check-blueprint-vs-input was moved to blueprints module repackage was moved to ccsdk/pgaas module Change-Id: If9d04d4ee1c0e5a3a2b837fc253c00dee226a2ac Signed-off-by: Tony Hansen Issue-ID: DCAEGEN2-49 --- repackage/pom.xml | 252 ------------------------------------------------------ 1 file changed, 252 deletions(-) delete mode 100644 repackage/pom.xml (limited to 'repackage/pom.xml') diff --git a/repackage/pom.xml b/repackage/pom.xml deleted file mode 100644 index f8457a3..0000000 --- a/repackage/pom.xml +++ /dev/null @@ -1,252 +0,0 @@ - - - - 4.0.0 - - org.onap.dcaegen2.utils - utils - 1.0.0-SNAPSHOT - - org.onap.dcaegen2.utils - repackage - dcaegen2-utils-repackage - 1.0.0-SNAPSHOT - http://maven.apache.org - - - UTF-8 - true - . - - - - - py - Python - **/*.py - - - - - ${project.artifactId}-${project.version} - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - - true - - - - org.apache.maven.plugins - maven-deploy-plugin - - 2.8 - - true - - - - - - org.apache.maven.plugins - maven-resources-plugin - 2.6 - - true - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - true - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.4 - - - default-jar - - - - - - - org.apache.maven.plugins - maven-install-plugin - 2.4 - - true - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.12.4 - - true - - - - - - - - - org.codehaus.mojo - exec-maven-plugin - 1.2.1 - - - clean phase script - clean - - exec - - - - ${project.artifactId} - clean - - - - - generate-sources script - generate-sources - - exec - - - - ${project.artifactId} - generate-sources - - - - - compile script - compile - - exec - - - - ${project.artifactId} - compile - - - - - package script - package - - exec - - - - ${project.artifactId} - package - - - - - test script - test - - exec - - - - ${project.artifactId} - test - - - - - install script - install - - exec - - - - ${project.artifactId} - install - - - - - deploy script - deploy - - exec - - - - ${project.artifactId} - deploy - bin/repackage - bin/yamltojson - man/repackage.1 - man/yamltojson.1 - - - - - - - - -- cgit 1.2.3-korg