From a8dad8ef34999216b0e7622d8f8ffe506b03193e Mon Sep 17 00:00:00 2001 From: DR695H Date: Fri, 28 Jul 2017 17:20:23 -0400 Subject: adding maven based python build [TEST-48] this changes the structure of the project to be maven based Change-Id: I89212c8a2e38f2febe6c2d54a9222e260bc371e4 Signed-off-by: DR695H --- pom.xml | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..75547aa --- /dev/null +++ b/pom.xml @@ -0,0 +1,70 @@ + + + 4.0.0 + pom + org.onap.testsuite + heatbridge + heatbridge + 0.3 + heatbridge used to stitch together some holes in the onap tests for release one + + ${project.artifactId}-${project.version}-py2-none-any.whl + + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.0.0 + + + attach-artifacts + package + + attach-artifact + + + + + ${project.build.directory}/py/dist/${wheel.name} + whl + + + + + + + + com.github.UltimateDogg + maven-python-distribute-plugin + 0.1.9 + + heatbridge + wheel + + + + prepare-package + + package + + + + + + + + + com.github.UltimateDogg + maven-python-distribute-plugin + 0.1.9 + + + + + jitpack.io + https://jitpack.io + + + \ No newline at end of file -- cgit 1.2.3-korg