From: liamfallon Date: Thu, 18 Jun 2020 10:45:14 +0000 (+0100) Subject: Consolidate checkstyle plugin into policy parent X-Git-Tag: 3.2.0~17 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fparent.git;a=commitdiff_plain;h=324700e31ee692899c1658bf647963ca04ffa425 Consolidate checkstyle plugin into policy parent At the moment, the checkstyle plugin definitions are repeated separately in all the policy components. This review adds the checkstyle plugin defintions into policy parent. Subsequent reviews will remove it from the individual component repos. Issue-ID: POLICY-2188 Change-Id: I7e786e82086d31df8597c08382bfe839e60074e3 Signed-off-by: liamfallon --- diff --git a/integration/pom.xml b/integration/pom.xml index 2ee3aa92..2c28475e 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2018-2020 AT&T. All rights reserved. - Modifications Copyright (C) 2019 Nordix Foundation. + Modifications Copyright (C) 2019-2020 Nordix Foundation. Modifications Copyright (C) 2020 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -719,7 +719,62 @@ + + maven-checkstyle-plugin + + + onap-license + + check + + process-sources + + onap-checkstyle/check-license.xml + false + true + false + + ${project.build.sourceDirectory} + + true + true + warning + + + + onap-java-style + + check + + process-sources + + + onap-checkstyle/onap-java-style.xml + + ${project.build.sourceDirectory} + true + true + true + + + true + true + warning + + + + + + org.onap.oparent + checkstyle + ${oparent.version} + compile + + + -