From f41048cf9faea6302d9165aacbdbe83d07231c9b Mon Sep 17 00:00:00 2001 From: dfilppi Date: Thu, 7 Sep 2017 02:33:40 +0000 Subject: Added pom for aria rest server build Change-Id: I92221d72fa554aa4246c501e30d523732c4d7f47 Issue-id: SO-105 Signed-off-by: DeWayne Filppi --- aria/aria-rest-server/pom.xml | 116 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 aria/aria-rest-server/pom.xml diff --git a/aria/aria-rest-server/pom.xml b/aria/aria-rest-server/pom.xml new file mode 100644 index 0000000000..b93e49482e --- /dev/null +++ b/aria/aria-rest-server/pom.xml @@ -0,0 +1,116 @@ + + + + + 4.0.0 + pom + org.onap.aria + ariarest + ariarest + 0.0.1-SNAPSHOT + ARIA REST API wheel build + + org.onap.oparent + oparent + 1.0.0-SNAPSHOT + + + + + jitpack.io + https://jitpack.io + + + + + 2.7 + UTF-8 + ${project.artifactId}-${python_version}-py2-none-any.whl + ${project.basedir}/src/main/python/aria-rest + + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.0.0 + + + write-python-version + + regex-property + + initialize + + python_version + -SNAPSHOT + ${project.version} + \.dev0 + false + + + + attach-artifacts + package + + attach-artifact + + + + + ${project.build.directory}/maven-python/dist/${wheel.name} + whl + + + + + + + + com.github.UltimateDogg + maven-python-distribute-plugin + 0.2.0 + + ${python_version} + ${python.sourceDirectory} + wheel + + + + package + prepare-package + + package + + + + process + process-sources + + process-sources + + + + + + + + -- cgit 1.2.3-korg