When trying to generate a Maven project from an archetype (using mvn archetype:generate), the command returns lots of archetypes.
Is there a way to filter archetypes by word (contained in groupId or artifactId)?
I know that you can really create a project with a specific archetype, with arguments like -DgroupID=org.domain -DartifactId=sample, but this is not what I'm looking for.
source
share