From 9acf6f336e65d3b58a9fb8dd3c9a3b16cd80d30d Mon Sep 17 00:00:00 2001 From: DR695H Date: Fri, 8 Sep 2017 18:17:35 -0400 Subject: the pom should use oparent-python [TEST-48] instead of running everything customer use the python parent Change-Id: I0c9deaf6df1a54519f8ae5b7a668822941f76e6a Signed-off-by: DR695H --- pom.xml | 48 ++---------------------------------------------- 1 file changed, 2 insertions(+), 46 deletions(-) diff --git a/pom.xml b/pom.xml index 5f78574..3c98232 100644 --- a/pom.xml +++ b/pom.xml @@ -9,11 +9,10 @@ heatbridge used to stitch together some holes in the onap tests for release one org.onap.oparent - oparent + oparent-python 1.0.0-SNAPSHOT - UTF-8 ${project.artifactId}-${python_version}-py2-none-any.whl ${project.basedir}/heatbridge @@ -22,28 +21,9 @@ 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 - @@ -51,6 +31,7 @@ whl + false @@ -58,43 +39,18 @@ com.github.UltimateDogg maven-python-distribute-plugin - 0.2.0 - ${python_version} ${python.sourceDirectory} - wheel - - - package - prepare-package - - package - - - - process - process-sources - - process-sources - - - exec-maven-plugin org.codehaus.mojo - 1.1.1 tox-test - test - - exec - ${project.build.directory}/maven-python/heatbridge - tox -- cgit 1.2.3-korg