From 70e1c3af97747c0e4972a6de68dd135a6ea9470c Mon Sep 17 00:00:00 2001 From: Julien Barbot Date: Fri, 24 Aug 2018 17:34:50 +0200 Subject: Add pnda-bootstrap container creation Change-Id: I9cd64fe38d3990b82d21e68cb41e870407a60d27 Issue-ID: DCAEGEN2-701 Signed-off-by: Julien Barbot --- pnda-bootstrap-container/pom.xml | 144 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 pnda-bootstrap-container/pom.xml (limited to 'pnda-bootstrap-container/pom.xml') diff --git a/pnda-bootstrap-container/pom.xml b/pnda-bootstrap-container/pom.xml new file mode 100644 index 0000000..3c8dae5 --- /dev/null +++ b/pnda-bootstrap-container/pom.xml @@ -0,0 +1,144 @@ + + + + 4.0.0 + + org.onap.dcaegen2.deployments + deployments + 1.2.0-SNAPSHOT + + org.onap.dcaegen2.deployments + pnda-bootstrap-container + dcaegen2-deployments-pnda-bootstrap-container + 5.0.0 + 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