From 32497610bd7bc721bb73f0d753fc1426bba677e2 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Sat, 10 Nov 2018 00:39:12 +0000 Subject: Clean up eclipse and document warnings Parent versions in some POMs only called on the test profile were incorrect Warnings in Eclipse on POM including from outside its project are fixed Some checkstyle fixes Some javadoc warnings fixed Issue-ID: POLICY-954 Change-Id: I640bc842dc79a9fa580015abb9a76c84a7845efe Signed-off-by: liamfallon --- .../integration/integration-context-test/pom.xml | 2 +- .../integration/integration-uservice-test/pom.xml | 39 ++++++++++++++++++++++ .../performance/performance-benchmark-test/pom.xml | 2 +- .../performance-context-metrics/pom.xml | 2 +- 4 files changed, 42 insertions(+), 3 deletions(-) (limited to 'testsuites') diff --git a/testsuites/integration/integration-context-test/pom.xml b/testsuites/integration/integration-context-test/pom.xml index e74bffcbd..239bc684d 100644 --- a/testsuites/integration/integration-context-test/pom.xml +++ b/testsuites/integration/integration-context-test/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.apex-pdp.testsuites.integration integration - 2.0.1-SNAPSHOT + 2.1.0-SNAPSHOT integration-context-test diff --git a/testsuites/integration/integration-uservice-test/pom.xml b/testsuites/integration/integration-uservice-test/pom.xml index 38a892377..5c595e589 100644 --- a/testsuites/integration/integration-uservice-test/pom.xml +++ b/testsuites/integration/integration-uservice-test/pom.xml @@ -224,6 +224,45 @@ + + only-eclipse + + + m2e.version + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [2.0,) + + unpack + + + + + + + + + + + + + + + apexSite diff --git a/testsuites/performance/performance-benchmark-test/pom.xml b/testsuites/performance/performance-benchmark-test/pom.xml index 2d8b16be7..584b63898 100644 --- a/testsuites/performance/performance-benchmark-test/pom.xml +++ b/testsuites/performance/performance-benchmark-test/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.apex-pdp.testsuites.performance performance - 2.0.1-SNAPSHOT + 2.1.0-SNAPSHOT performance-benchmark-test diff --git a/testsuites/performance/performance-context-metrics/pom.xml b/testsuites/performance/performance-context-metrics/pom.xml index 990d66c3b..3e65f466c 100644 --- a/testsuites/performance/performance-context-metrics/pom.xml +++ b/testsuites/performance/performance-context-metrics/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.apex-pdp.testsuites.performance performance - 2.0.1-SNAPSHOT + 2.1.0-SNAPSHOT performance-context-metrics -- cgit 1.2.3-korg