Top "Maven-archetype" questions

Pre-built patterns of maven project that help you to set up a project better and faster

Filter archetypes in Maven command line with archetype:generate

When trying to generate a Maven project from an archetype (using mvn archetype:generate), the command returns a lots of …

maven-3 maven-plugin maven-archetype
how to get maven archetypes from my own authenticated nexus without username and password in the URL?

I have a private Nexus with a repository protected via authentication. Pulling libraries works like a charm, but if I …

maven nexus maven-archetype sonatype