My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

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=<path-to-file>                                  \
  -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=<my.groupid>                                 \
  -DartifactId=<my-artifactId>                           \
  -DarchetypeCatalog=local                               \
  -DarchetypeGroupId=org.kbups.ant                       \
  -DarchetypeArtifactId=maven-ant-quickstart-archetype

Links

Downloads the maven-ant-quickstart-archetype-1.0.jar archetype

Powered by Google Project Hosting