-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
init goal no longer available #620
Comments
Hi @jdelobel ; we dropped the As an example; here's how you can run the plugin without updating your mvn -U org.openrewrite.maven:rewrite-maven-plugin:run \
-Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-spring:RELEASE \
-Drewrite.activeRecipes=org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_1 This will resolve any transitive dependencies as well. The full documentation for If you'd still want something that keeps the same flow as the
You can then invoke the Maven plugin as seen above, and reference your custom recipe in I hope that provides you with two good options to replace the former |
Closing due to inactivity; the reason for removal is described above, with multiple alternatives listed. |
Hi,
Before, with the maven plugin, i use the
init
goal that add programmatically the plugin in my existing project's pomv5.2.6...v5.4.1#diff-fc4bf45cce52d87b08e87c74ad12ec6d162411854ee84c96c19bbf02954c0342L26
Since the
init
goal no longer exists, how i can do that now?The text was updated successfully, but these errors were encountered: