From eb3dd6058923dd3e8a09ff0505b192b4fab01bc5 Mon Sep 17 00:00:00 2001 From: DR695H Date: Fri, 8 Sep 2017 15:20:22 -0400 Subject: [TEST-48] create a parent for python in oparent This allows python projects to inherit common stuff from this Change-Id: Ifea061e33be75237ebe459fc7481d32cdbcc2182 Signed-off-by: DR695H --- oparent-python/pom.xml | 137 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 oparent-python/pom.xml (limited to 'oparent-python/pom.xml') diff --git a/oparent-python/pom.xml b/oparent-python/pom.xml new file mode 100644 index 0000000..c216f46 --- /dev/null +++ b/oparent-python/pom.xml @@ -0,0 +1,137 @@ + + + 4.0.0 + pom + org.onap.oparent + oparent-python + 1.0.0-SNAPSHOT + oparent/oparent-python + parent/oparent-python + + org.onap.oparent + oparent + 1.0.0-SNAPSHOT + + + UTF-8 + + + + + + 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 + + + + + + com.github.UltimateDogg + maven-python-distribute-plugin + 0.2.0 + + ${python_version} + wheel + + + + package + prepare-package + + package + + + + process + process-sources + + process-sources + + + + + + exec-maven-plugin + org.codehaus.mojo + 1.1.1 + + + tox-test + test + + exec + + + tox + + + + + + + + + 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 + + + + + true + + + + + + + + + com.github.UltimateDogg + maven-python-distribute-plugin + 0.2.0 + + + -- cgit 1.2.3-korg