Merged
Conversation
Add the new rewrite:generateRecipeCsv goal to the goals list and add a dedicated section describing its behavior. This goal is the Maven equivalent of the Gradle recipeCsvGenerate task, added in openrewrite/rewrite-maven-plugin#1113.
timtebeek
reviewed
Mar 2, 2026
mike-solomon
approved these changes
Mar 2, 2026
Contributor
mike-solomon
left a comment
There was a problem hiding this comment.
LGTM - couple of minor comments below.
|
|
||
| ## The "recipeCsvGenerate" goal | ||
|
|
||
| Execute `mvn rewrite:recipeCsvGenerate` to generate a `recipes.csv` marketplace file from the recipes found in this project. This is the Maven equivalent of the Gradle `recipeCsvGenerate` task provided by the [OpenRewrite Gradle build plugin](https://github.com/openrewrite/rewrite-build-gradle-plugin). |
Contributor
There was a problem hiding this comment.
I'm not sure an OpenRewrite user would know what a "marketplace file" is. Do you think that's important to include? I know there's an info section below that talks about this - but I could see people being confused right here. Maybe we should just add the Moderne link on marketplace file here?
Contributor
Author
There was a problem hiding this comment.
added a link here
| To find out what recipes a rewrite module provides, see its documentation and the output of the `rewrite:discover` goal. | ||
| ::: | ||
|
|
||
| ## The "recipeCsvGenerate" goal |
Contributor
There was a problem hiding this comment.
Very minor - but it is a bit weird to me that this section comes before the type table section when it comes after the typetable in the previous section.
Contributor
Author
There was a problem hiding this comment.
Thanks! moved the section
Removed duplicate section for the 'TypeTable' goal and clarified the 'recipeCsvGenerate' goal description.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
rewrite:generateRecipeCsvto the goals list in the Maven plugin referenceContext
rewrite-maven-pluginnow supports agenerateRecipeCsvgoal (Add generateRecipeCsv goal rewrite-maven-plugin#1113), which is the Maven equivalent of the GradlerecipeCsvGeneratetask. The plugin reference page should document this alongside the other goals.