Is there some plugin for Eclipse which allow me to create new projects based on Maven 3 archetypes? I have to deal with a bunch of archetypes (including some created/used internally by our organization) and would like to have some plugin which e.g. would ask me
- which archetype to use
- what is the group id
- what is the artifact id
and the would create a project with that information. However, this seems impossible.
So, there are two questions:
- is there such a plugin? If so,
- how to use it in a way analogous to the one I described below?