From 943d123798a106cd38251c1acc4cccdc128c453b Mon Sep 17 00:00:00 2001 From: olivier lamy Date: Wed, 26 Jun 2019 10:01:19 +1000 Subject: [PATCH] checkstyle will only check our source files and not generated jmh etc.. Signed-off-by: olivier lamy --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 98ac3e6f2db..92c1e8c8bff 100644 --- a/pom.xml +++ b/pom.xml @@ -454,6 +454,11 @@ jetty-checkstyle.xml jetty-suppressions.xml checkstyle.suppressions.file + + + ${project.build.sourceDirectory} + ${project.build.testSourceDirectory} +