From b9dadbd385e12ab2c2940d4f1b98e0fbee4e5990 Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Wed, 18 Mar 2020 11:31:45 +0100 Subject: Move checkstyle suppressions to project root pom Issue-ID: AAF-1107 Signed-off-by: Bartosz Gardziejewski Change-Id: I966059cce6a26bdb9c993efbc16aa86887cccbbf --- certService/checkstyle-suppressions.xml | 32 -------------------------------- certService/pom.xml | 7 ------- checkstyle-suppressions.xml | 32 ++++++++++++++++++++++++++++++++ pom.xml | 6 ++++++ 4 files changed, 38 insertions(+), 39 deletions(-) delete mode 100644 certService/checkstyle-suppressions.xml create mode 100644 checkstyle-suppressions.xml diff --git a/certService/checkstyle-suppressions.xml b/certService/checkstyle-suppressions.xml deleted file mode 100644 index 8b530a00..00000000 --- a/certService/checkstyle-suppressions.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - 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/checkstyle-suppressions.xml b/checkstyle-suppressions.xml new file mode 100644 index 00000000..8b530a00 --- /dev/null +++ b/checkstyle-suppressions.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + 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 -- cgit 1.2.3-korg