From c38ca2f40aa0eee42fb7b2c61be4ba6e4f9aa56a Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Mon, 11 Sep 2017 20:11:29 +0000 Subject: Add bootstrap Issue-Id: DCAEGEN2-75 Change-Id: I0158762c1c3e29612381734a608fa821e903e92e Signed-off-by: Lusheng Ji --- scripts/pom.xml | 173 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 173 insertions(+) create mode 100644 scripts/pom.xml (limited to 'scripts/pom.xml') diff --git a/scripts/pom.xml b/scripts/pom.xml new file mode 100644 index 0000000..de2ca84 --- /dev/null +++ b/scripts/pom.xml @@ -0,0 +1,173 @@ + + + + 4.0.0 + + org.onap.dcaegen2 + deployments + 1.0.0-SNAPSHOT + + org.onap.dcaegen2.deployments + scripts + scripts + 1.0.0-SNAPSHOT + http://maven.apache.org + + UTF-8 + true + . + + + + + py + Python + **/*.py + + + + + ${project.artifactId}-${project.version} + + + + + 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