From f65a9fd482e9b9d4afdbb9e2f9fb91ec4e8e826f Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Thu, 18 Apr 2019 21:09:46 +0300 Subject: [PATCH] Maven build fails with "Unable to find: suppressions.xml" error #2048 (thanks to jchobantonov) --- redisson/checkstyle.xml | 2 +- redisson/pom.xml | 1 + suppressions.xml | 13 ------------- 3 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 suppressions.xml diff --git a/redisson/checkstyle.xml b/redisson/checkstyle.xml index 571de1789..ba755323f 100644 --- a/redisson/checkstyle.xml +++ b/redisson/checkstyle.xml @@ -230,7 +230,7 @@ - + diff --git a/redisson/pom.xml b/redisson/pom.xml index 0d9f20baf..3e5a70ec4 100644 --- a/redisson/pom.xml +++ b/redisson/pom.xml @@ -357,6 +357,7 @@ true false /checkstyle.xml + checkstyle.config.path=${basedir} diff --git a/suppressions.xml b/suppressions.xml deleted file mode 100644 index da4da9fca..000000000 --- a/suppressions.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - \ No newline at end of file