Summary
Provides a Maven 2 Apache Ant archetype to easily create:
Tasks
Logger
Listener
Installs the archetype in your M2 repository
mvn install:install-file -Dfile=
-DgroupId=org.kbups.ant -DartifactId=maven-ant-quickstart-archetype -Dversion=1.0 -Dpackaging=maven-ant-quickstart-archetype-1.0.jar
Generates a Maven 2 project using the maven-ant-quickstart-archetype
mvn archetype:generate -DgroupId= -DartifactId= -DarchetypeCatalog=local -DarchetypeGroupId=org.kbups.ant