We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0438a16 commit 12201fdCopy full SHA for 12201fd
pom.xml
@@ -821,7 +821,10 @@ under the License.</licenseText>
821
<failOnDryRunResults>true</failOnDryRunResults>
822
<exclusions>
823
<!-- wait for suppression: RemoveUnusedPrivateMethods -->
824
+ <exclusion>src/mdo/java/**</exclusion>
825
<exclusion>src/mdo/java/**.java</exclusion>
826
+ <exclusion>src/mdo/java/Wrapper*.java</exclusion>
827
+ <exclusion>src/mdo/java/Wrapper**.java</exclusion>
828
<exclusion>src/mdo/java/WrapperList.java</exclusion>
829
<exclusion>src/mdo/java/WrapperProperties.java</exclusion>
830
</exclusions>
0 commit comments