exclude generated *MapperImpl from pitest

This commit is contained in:
Michael Hoennig 2019-04-27 20:51:03 +02:00
parent acfef3dfbe
commit c2880a3914

View File

@ -238,6 +238,7 @@ pitest {
// The following are mostly generated classes,
// as soon as we amend these, consider removing the exclude.
'org.hostsharing.hsadminng.**Criteria',
'org.hostsharing.hsadminng.**MapperImpl',
'org.hostsharing.hsadminng.aop.logging.*',
'org.hostsharing.hsadminng.web.api.*' // API helpers, not the API itself
]