From 5a4892d3f1842b80ac5d28f035a6d1e151b9897d Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 6 Dec 2019 13:21:21 +0000 Subject: [PATCH] Upgrade oparent to checkstyle 8.27 Checkstyle 8.27 introduces incompatible changes in the checkstyle rule definition xml file. The latest Eclipse checkstyle plugin (version 8.26) uses this new checkstyle xml rule format. This change brings in the checkstyle 8.27 rule formats into oparent. Issue-ID: INT-1395 Change-Id: I453120e5cc95fa2e30a5d2f24083fd030e960a01 Signed-off-by: liamfallon --- .../resources/onap-checkstyle/onap-java-style.xml | 14 +++++++++----- oparent/pom.xml | 20 ++++++++++++++++---- 2 files changed, 25 insertions(+), 9 deletions(-) diff --git a/checkstyle/src/main/resources/onap-checkstyle/onap-java-style.xml b/checkstyle/src/main/resources/onap-checkstyle/onap-java-style.xml index 77ef3ae..e6b249d 100644 --- a/checkstyle/src/main/resources/onap-checkstyle/onap-java-style.xml +++ b/checkstyle/src/main/resources/onap-checkstyle/onap-java-style.xml @@ -1,6 +1,7 @@ onap-checkstyle/onap-java-style.xml - - ${project.build.sourceDirectory} + + ${project.build.sourceDirectory} true true true -- 2.16.6