summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2017-04-09 00:47:40 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2017-04-09 17:07:21 -0400
commit81ef0cd058b513394daafbd1def89482c4cebf0c (patch)
tree4f5191506b5cea2164fa337e19a598ebcd880414 /pom.xml
parent21fa8f6192fd429fb07ebfd771fe74a271acdfe4 (diff)
downloadjgit-81ef0cd058b513394daafbd1def89482c4cebf0c.tar.gz
jgit-81ef0cd058b513394daafbd1def89482c4cebf0c.zip
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 <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b8b2844d7e..2dd32a0711 100644
--- a/pom.xml
+++ b/pom.xml
@@ -392,6 +392,9 @@
<targetJdk>1.8</targetJdk>
<format>xml</format>
<failOnViolation>false</failOnViolation>
+ <excludes>
+ <exclude>**/UbcCheck.java</exclude>
+ </excludes>
</configuration>
<executions>
<execution>