Question
What is Maven Archetypes? And what are the Project Types?
Answer
Archetypes are templates to create a variety of Java project structures, including web applications specific to a container such as Wildfly. In other words, it is a tool that creates the stuff you build the project on top of.
Project Types:
- War
- Jar
- Ear
- Wildfly
- JMS
- Android