Package org.apache.rat.tools
Class MavenGenerator
java.lang.Object
org.apache.rat.tools.MavenGenerator
A simple tool to convert CLI options to a Maven Mojo base class.
-
Method Summary
-
Method Details
-
main
Creates the Maven MojoClass Requires 3 arguments:- the package name for the class
- the simple class name
- the directory in which to write the class file.
- Parameters:
args
- the arguments- Throws:
IOException
- on error
-