File tree Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Original file line number Diff line number Diff line change 130130 </execution >
131131 </executions >
132132 </plugin >
133+ <plugin >
134+ <groupId >org.openrewrite.maven</groupId >
135+ <artifactId >rewrite-maven-plugin</artifactId >
136+ </plugin >
133137 </plugins >
134138 <pluginManagement >
135139 <plugins >
136- <plugin >
140+ <plugin >
141+ <groupId >org.openrewrite.maven</groupId >
142+ <artifactId >rewrite-maven-plugin</artifactId >
143+ <version >6.15.0</version >
144+ <configuration >
145+ <activeRecipes >
146+ <recipe >org.openrewrite.staticanalysis.RemoveUnusedPrivateMethods</recipe >
147+ <recipe >org.openrewrite.staticanalysis.ModifierOrder</recipe >
148+ </activeRecipes >
149+ <exportDatatables >true</exportDatatables >
150+ <failOnDryRunResults >true</failOnDryRunResults >
151+ </configuration >
152+ <executions >
153+ <execution >
154+ <phase >verify</phase >
155+ <goals >
156+ <goal >dryRun</goal >
157+ </goals >
158+ </execution >
159+ </executions >
160+ <dependencies >
161+ <dependency >
162+ <groupId >org.openrewrite.recipe</groupId >
163+ <artifactId >rewrite-static-analysis</artifactId >
164+ <version >2.14.0</version >
165+ </dependency >
166+ </dependencies >
167+ </plugin >
168+ <plugin >
137169 <artifactId >maven-antrun-plugin</artifactId >
138170 <version >1.6</version >
139171 </plugin >
You can’t perform that action at this time.
0 commit comments