Goals

GoalDescription
ant This is the default goal of the plugin and simply attains the ant:generate-build goal.
ant:generate-build Generates an ant build.xml in the current directory which has targets to
  • Compile the java source code
  • Create a jar from the compiled java code
  • Create a distribution
  • Run unit tests
  • Generate JavaDoc
  • Download all required jar files
  • Download and install Maven