Maven Tutorial 02- Understanding Archetypes and pom.xml
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 …