I am learning Maven and trying to understand how it works, and I need little help.
When I type in cmd:mvn archetype:generate
I get this weird list, where I can't see number for JavaEE web application.
Anyway, I am following this tutorial, and he gets good template list.
https://www.youtube.com/watch?v=mpNnbBmh5J4&list=PL92E89440B7BFD0F6
Instead of typing a number you can type any search string and it will narrow it down to just the archetypes containing that string. Try typing "javaee" (I get 19 results) or "jee" (15 results) at the prompt. After filtering, hitting just enter (without typing anything) will return you to the full list so you can try another filter.