From 7c5702fdc7e93ea5031834cc6924a2d85c520a14 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 16 Sep 2022 20:06:13 +0100 Subject: [PATCH] Fix minor warnings in code Issue-ID: POLICY-4045 Change-Id: I34d596517bd84accd8916973b93d90c159460a5e Signed-off-by: liamfallon --- integration/pom.xml | 16 +++++++++++++++- pom.xml | 2 +- resources/pom.xml | 49 +++++++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 63 insertions(+), 4 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index 5df4aae7..ecbb83f9 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -36,7 +36,7 @@ 11 - + 3.5.3 1.2.11 1.1.12 @@ -988,6 +988,20 @@ + + + org.apache.maven.plugins + maven-remote-resources-plugin + 3.0.0,) + + bundle + process + + + + + + org.jacoco diff --git a/pom.xml b/pom.xml index 743312f6..661e1dc5 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ Be sure to override ${project.parent.basedir} in order to find the XML file - mvn formatter:format spotless:apply process-sources -Dproject.parent.basedir=TODO + mvn formatter:format spotless:apply process-sources -Dproject.parent.basedir= --> net.revelc.code.formatter diff --git a/resources/pom.xml b/resources/pom.xml index 4ee50911..3c89b407 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -16,8 +16,10 @@ ============LICENSE_END========================================================= --> - + 4.0.0 @@ -29,4 +31,47 @@ policy-parent-resources Resources used in builds jar + + + + m2e + + + + m2e.version + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.17,) + + check + + + + + + + + + + + + + + + -- 2.16.6