Class MavenGenerator

java.lang.Object
org.apache.rat.tools.MavenGenerator

public final class MavenGenerator extends Object
A simple tool to convert CLI options to a Maven Mojo base class.
  • Method Details

    • main

      public static void main(String[] args) throws IOException
      Creates the Maven MojoClass Requires 3 arguments:
      1. the package name for the class
      2. the simple class name
      3. the directory in which to write the class file.
      Parameters:
      args - the arguments
      Throws:
      IOException - on error