From: Matthias Sohn Date: Sat, 8 Apr 2017 22:47:40 +0000 (+0200) Subject: Exclude generated class UbcCheck from PMD checks X-Git-Tag: v4.8.0.201705170830-rc1~35 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=81ef0cd058b513394daafbd1def89482c4cebf0c;p=jgit.git Exclude generated class UbcCheck from PMD checks Silence the many duplicate code warnings for this generated class. Change-Id: I3ecb0f986c809dad962b821c5de7cf18865642d3 Signed-off-by: Matthias Sohn --- diff --git a/pom.xml b/pom.xml index b8b2844d7e..2dd32a0711 100644 --- a/pom.xml +++ b/pom.xml @@ -392,6 +392,9 @@ 1.8 xml false + + **/UbcCheck.java +