diff --git a/visualizer/IdealGraphVisualizer/pom.xml b/visualizer/IdealGraphVisualizer/pom.xml index eae0c12566ac..cf8c5f62cc60 100644 --- a/visualizer/IdealGraphVisualizer/pom.xml +++ b/visualizer/IdealGraphVisualizer/pom.xml @@ -14,6 +14,38 @@ + + org.openrewrite.maven + rewrite-maven-plugin + 6.15.0 + + + org.openrewrite.staticanalysis.UnnecessaryParentheses + org.openrewrite.staticanalysis.UnnecessaryReturnAsLastStatement + org.openrewrite.staticanalysis.UnnecessaryExplicitTypeArguments + org.openrewrite.staticanalysis.UnnecessaryCloseInTryWithResources + org.openrewrite.maven.BestPractices + org.openrewrite.maven.cleanup.PrefixlessExpressions + + + **src/xdocs-examples** + + true + true + + + + org.openrewrite.recipe + rewrite-third-party + 0.24.3 + + + org.openrewrite.recipe + rewrite-static-analysis + 2.14.0 + + + org.apache.netbeans.utilities nbm-maven-plugin @@ -86,6 +118,21 @@ + + + org.openrewrite.maven + rewrite-maven-plugin + + + + verify + + dryRun + + + + + branding