Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there a maven command to list all the architype maven supports?

share|improve this question

1 Answer

up vote 4 down vote accepted

if you type

mvn archetype:generate 

to generate a new project the first thing it does is presenting you a list of all available archetypes

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.