This post originated from an RSS feed registered with Java Buzz
by Franco Martinig.
Original Post: Maven Tutorial 02- Understanding Archetypes and pom.xml
Feed Title: Java Software Development Videos and Tutorials Directory
Feed URL: http://www.java-tv.com/feed/
Feed Description: Java-TV.com is a directory of videos, interviews and tutorials focused on software development activities with the Java programming language.
This tutorial explains what happens when you run the archetype:generate command in Maven and how that affects the pom.xml. The archetype:generate command command generates a new project from an archetype, or updated the actual project if using a partial archetype. If the project is fully generated, it is generated in a directory corresponding to its artifactId. If the project is updated with a partial archetype, it is done in the current directory.
Video Producer: http://javabrains.koushik.org