From 2e00e25f9e37e6eada32fbd69570c1129c9549fa Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Fri, 13 Oct 2017 19:27:40 +0000 Subject: Fix pom Issue-Id: DCAEGEN2-128 Change-Id: Ifc7d20dd729947f2983df6ac97248243493e48d0 Signed-off-by: Lusheng Ji --- scripts/pom.xml | 247 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 247 insertions(+) create mode 100644 scripts/pom.xml diff --git a/scripts/pom.xml b/scripts/pom.xml new file mode 100644 index 0000000..b1e12b6 --- /dev/null +++ b/scripts/pom.xml @@ -0,0 +1,247 @@ + + + + 4.0.0 + + org.onap.dcaegen2.utils + utils + 1.0.0-SNAPSHOT + + org.onap.dcaegen2.utils + scripts + dcaegen2-utils-scripts + 1.0.0-SNAPSHOT + http://maven.apache.org + + + UTF-8 + + false + . + xunit-results.xml + + py + Python + **/*.py + tests/* + http://135.205.228.63:9000 + + + ${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 + + + + + + + + -- cgit 1.2.3-korg