Class MavenRecipeMarketplaceGenerator
java.lang.Object
org.openrewrite.maven.marketplace.MavenRecipeMarketplaceGenerator
-
Constructor Summary
ConstructorsConstructorDescriptionMavenRecipeMarketplaceGenerator(GroupArtifact ga, Path recipeJar, List<Path> classpath) -
Method Summary
-
Constructor Details
-
MavenRecipeMarketplaceGenerator
-
-
Method Details
-
generate
public org.openrewrite.marketplace.RecipeMarketplace generate() -
main
Main method to generate recipe marketplace CSV for a single recipe JAR.- Parameters:
args- [0] = groupId:artifactId, [1] = output CSV path, [2] = recipe JAR path, [3...] = classpath entries- Throws:
IOException
-