Styrow.dev
Question 19 of 20
Maven Topic: General medium

What is Maven Archetypes? And what are the Project Types?

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:

  1. War
  2. Jar
  3. Ear
  4. Wildfly
  5. JMS
  6. Android