From: Bartosz Gardziejewski Date: Wed, 18 Mar 2020 10:31:45 +0000 (+0100) Subject: Move checkstyle suppressions to project root pom X-Git-Tag: 1.0.0~38^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b9dadbd385e12ab2c2940d4f1b98e0fbee4e5990;p=oom%2Fplatform%2Fcert-service.git Move checkstyle suppressions to project root pom Issue-ID: AAF-1107 Signed-off-by: Bartosz Gardziejewski Change-Id: I966059cce6a26bdb9c993efbc16aa86887cccbbf --- diff --git a/certService/pom.xml b/certService/pom.xml index eebc0049..c61501b4 100644 --- a/certService/pom.xml +++ b/certService/pom.xml @@ -84,13 +84,6 @@ - - maven-checkstyle-plugin - - checkstyle-suppressions.xml - - - org.springframework.boot spring-boot-maven-plugin diff --git a/certService/checkstyle-suppressions.xml b/checkstyle-suppressions.xml similarity index 100% rename from certService/checkstyle-suppressions.xml rename to checkstyle-suppressions.xml diff --git a/pom.xml b/pom.xml index 36904e94..9780c8f9 100644 --- a/pom.xml +++ b/pom.xml @@ -80,6 +80,12 @@ + + maven-checkstyle-plugin + + checkstyle-suppressions.xml + + org.springdoc springdoc-openapi-maven-plugin