handywhe.blogg.se

Compiling java with ant command line
Compiling java with ant command line








validate: validate the project is correct and all necessary information is available.Running Maven Tools Maven PhasesĪlthough hardly a comprehensive list, these are the most common default lifecycle phases executed. To learn more about javac's -release option, see JEP 247. For example the jboss-maven-plugin, whose purpose is "deal with various jboss items". Suffice it to say for now that a plugin is a collection of goals with a general common purpose. This archetype:generate goal created a simple project based upon a maven-archetype-quickstart archetype. If you are familiar with Ant, you may conceive of this as similar to a task.

compiling java with ant command line

The prefix archetype is the plugin that provides the goal. You executed the Maven goal archetype:generate, and passed in various parameters to that goal.










Compiling java with ant command line