Skip to content

Commit 12201fd

Browse files
author
Vincent Potucek
committed
rewrite-maven-plugin: Introduce OpenRewrite by Moderne (RemoveUnusedPrivateMethods)
1 parent 0438a16 commit 12201fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,10 @@ under the License.</licenseText>
821821
<failOnDryRunResults>true</failOnDryRunResults>
822822
<exclusions>
823823
<!-- wait for suppression: RemoveUnusedPrivateMethods -->
824+
<exclusion>src/mdo/java/**</exclusion>
824825
<exclusion>src/mdo/java/**.java</exclusion>
826+
<exclusion>src/mdo/java/Wrapper*.java</exclusion>
827+
<exclusion>src/mdo/java/Wrapper**.java</exclusion>
825828
<exclusion>src/mdo/java/WrapperList.java</exclusion>
826829
<exclusion>src/mdo/java/WrapperProperties.java</exclusion>
827830
</exclusions>

0 commit comments

Comments
 (0)