Added maven pmd plugin and configured it to fail build when violations are found #327

This commit is contained in:
Ilkka Seppala
2015-12-27 21:21:31 +02:00
parent 3d8c64d76d
commit df911baf36
2 changed files with 33 additions and 0 deletions

3
exclude-pmd.properties Normal file
View File

@@ -0,0 +1,3 @@
com.iluwatar.servicelayer.common.BaseEntity=UnusedPrivateField
com.iluwatar.doublechecked.locking.App=EmptyStatementNotInLoop,EmptyWhileStmt
com.iluwatar.doublechecked.locking.InventoryTest=EmptyStatementNotInLoop,EmptyWhileStmt