@@ -286,10 +286,11 @@ THE SOFTWARE.
286286 </dependencies >
287287 <executions >
288288 <execution >
289+ <id >validate</id >
289290 <goals >
290291 <goal >check</goal >
291292 </goals >
292- <phase >verify </phase >
293+ <phase >validate </phase >
293294 </execution >
294295 </executions >
295296 </plugin >
@@ -298,52 +299,10 @@ THE SOFTWARE.
298299 <artifactId >jacoco-maven-plugin</artifactId >
299300 <version >0.8.13</version >
300301 </plugin >
301- <plugin >
302- <groupId >org.openrewrite.maven</groupId >
303- <artifactId >rewrite-maven-plugin</artifactId >
304- <version >6.15.0</version >
305- <configuration >
306- <activeRecipes >
307- <recipe >org.jenkins.openrewrite.DefinitionOfDone</recipe >
308- </activeRecipes >
309- <exclusions >
310- <exclusion >**ApiTokenStats.java</exclusion >
311- <exclusion >**DownloadFromUrlInstaller.java</exclusion >
312- <exclusion >**generated-test-sources**</exclusion >
313- </exclusions >
314- <exportDatatables >true</exportDatatables >
315- <failOnDryRunResults >true</failOnDryRunResults >
316- </configuration >
317- <dependencies >
318- <dependency >
319- <groupId >org.openrewrite.recipe</groupId >
320- <artifactId >rewrite-static-analysis</artifactId >
321- <version >2.15.0</version >
322- </dependency >
323- <dependency >
324- <groupId >org.openrewrite.recipe</groupId >
325- <artifactId >rewrite-third-party</artifactId >
326- <version >0.24.3</version >
327- </dependency >
328- </dependencies >
329- <executions >
330- <!-- move to CI-->
331- <execution >
332- <goals >
333- <goal >dryRun</goal >
334- </goals >
335- <phase >verify</phase >
336- </execution >
337- </executions >
338- </plugin >
339302 </plugins >
340303 </pluginManagement >
341304
342305 <plugins >
343- <plugin >
344- <groupId >org.openrewrite.maven</groupId >
345- <artifactId >rewrite-maven-plugin</artifactId >
346- </plugin >
347306 <plugin >
348307 <groupId >com.diffplug.spotless</groupId >
349308 <artifactId >spotless-maven-plugin</artifactId >
@@ -369,7 +328,7 @@ THE SOFTWARE.
369328 <configuration >
370329 <!-- work around for a bug in javadoc plugin that causes the release to fail. see MRELEASE-271 -->
371330 <preparationGoals >clean install</preparationGoals >
372- <goals >-DskipTests -Dspotbugs.skip -Dmaven.checkstyle.skip -Dspotless.check.skip -DrewriteSkip generate-resources javadoc:javadoc deploy</goals >
331+ <goals >-DskipTests -Dspotbugs.skip -Dmaven.checkstyle.skip -Dspotless.check.skip generate-resources javadoc:javadoc deploy</goals >
373332 <pushChanges >false</pushChanges >
374333 <localCheckout >true</localCheckout >
375334 <tagNameFormat >jenkins-@{project.version}</tagNameFormat >
0 commit comments