From b7c6e957f6a22188daf7026138c3ea0faf940b48 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Fri, 2 Mar 2018 11:06:06 -0800 Subject: Fix NexusIQ policy violations in oparent-python Bump version of maven-python-distribute-plugin. The latest version of maven-python-distribute-plugin still includes dependencies that have NexusIQ policy violations, so removed the plugin from the build dependencies section since this plugin is only used at build time, not at runtime. Change-Id: I1cf8515a6955e0d9d6236e10f9cfa2d8d4971646 Issue-ID: INT-435 Signed-off-by: Gary Wu --- oparent-python/pom.xml | 284 ++++++++++++++++++++++++------------------------- 1 file changed, 137 insertions(+), 147 deletions(-) diff --git a/oparent-python/pom.xml b/oparent-python/pom.xml index 5236c6a..055466e 100644 --- a/oparent-python/pom.xml +++ b/oparent-python/pom.xml @@ -1,150 +1,140 @@ - - 4.0.0 - pom - org.onap.oparent - oparent-python - 1.1.0-SNAPSHOT - oparent/oparent-python - parent/oparent-python - - org.onap.oparent - oparent - 1.1.0-SNAPSHOT - ../oparent - - - UTF-8 - - - - jitpack.io - https://jitpack.io - - - - - jitpack.io - https://jitpack.io - - - - - - - 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 - - - + + 4.0.0 + + org.onap.oparent + oparent + 1.1.0-SNAPSHOT + ../oparent + + pom + oparent-python + oparent/oparent-python + parent/oparent-python + + UTF-8 + + + + jitpack.io + https://jitpack.io + + + + + jitpack.io + https://jitpack.io + + + + + + + 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.5 + + ${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 - - + true + + + + + + -- cgit 1.2.3-korg