Class MavenRecipeMarketplaceGenerator

java.lang.Object
org.openrewrite.maven.marketplace.MavenRecipeMarketplaceGenerator

public class MavenRecipeMarketplaceGenerator extends Object
  • Constructor Details

    • MavenRecipeMarketplaceGenerator

      public MavenRecipeMarketplaceGenerator(GroupArtifact ga, Path recipeJar, List<Path> classpath)
  • Method Details

    • generate

      public org.openrewrite.marketplace.RecipeMarketplace generate()
    • main

      public static void main(String[] args) throws IOException
      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