From ad4f889cf18c32e4dd3b506a0243a94c66e00206 Mon Sep 17 00:00:00 2001 From: Mickael JEZEQUEL Date: Mon, 5 Mar 2018 11:42:21 +0100 Subject: add missing pom for sonar build Change-Id: Iaf00238f6c6a95e67254d2f821d0eda2cfbdb501 Issue-ID: VNFSDK-39 Signed-off-by: Mickael JEZEQUEL --- assembly.xml | 39 ++++++++++++++++++++++++++++++++++++++ pom.xml | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 100 insertions(+) create mode 100644 assembly.xml create mode 100644 pom.xml diff --git a/assembly.xml b/assembly.xml new file mode 100644 index 0000000..e73d3f4 --- /dev/null +++ b/assembly.xml @@ -0,0 +1,39 @@ + + + vnfsdk + + zip + + + + + validation-scripts/LICENSE.txt + validation-scripts/README.md + requirements.txt + setup.py + validation-scripts/ice_validator/** + + + **/*.pyc + + + + . + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..ad7e6b3 --- /dev/null +++ b/pom.xml @@ -0,0 +1,61 @@ + + + + 4.0.0 + pom + + + org.onap.oparent + oparent + 1.0.0-SNAPSHOT + ../oparent + + + org.onap.vnfsdk.ice + vnf-sdk-ice-scripts + + vnfsdk-ice-scripts + python scripts for HEAT template validation + + py + Python + **/*.py + false + + + + + maven-assembly-plugin + + false + + assembly.xml + + + + + make-assembly + package + + single + + + + + + + -- cgit