mvn archetype:generate
provides way too many options and I am looking to create a simple Java utility with JUnit test cases. I would like to know what archetype I should be using here?
When you do a mvn archetype:generate
, a default selection appears in enclosing curly brackets ()
, e.g. (1274)
, if you scroll up to see what #1274 is, it is usually the default Java archetype to try out or start out with, if doing simple Java projects, so is safe to select.