MVN

org.sonatype.nexus.archetypes : nexus-plugin-archetype

Maven & Gradle

Feb 11, 2013
95 stars
mvn archetype:generate -DarchetypeGroupId=org.sonatype.nexus.archetypes -DarchetypeArtifactId=nexus-plugin-archetype -DarchetypeVersion=2.3.1-01
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sonatype.nexus.archetypes : nexus-plugin-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 2.3.1-01
  • Latest Release Candidate: 2.1-RC1

All Versions

Choose a version of org.sonatype.nexus.archetypes : nexus-plugin-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
2.3.x
nexus-plugin-archetype-2.3.1-01
nexus-plugin-archetype-2.3.1
nexus-plugin-archetype-2.3.0-04
nexus-plugin-archetype-2.3.0-02
nexus-plugin-archetype-2.3.0-01
nexus-plugin-archetype-2.3.0
2.2.x
nexus-plugin-archetype-2.2.1
2.2
nexus-plugin-archetype-2.2
nexus-plugin-archetype-2.2-01
2.1.x
nexus-plugin-archetype-2.1.2
nexus-plugin-archetype-2.1.1
2.1
nexus-plugin-archetype-2.1
nexus-plugin-archetype-2.1-RC1
1.2
nexus-plugin-archetype-1.2
1.1
nexus-plugin-archetype-1.1
1.0
nexus-plugin-archetype-1.0

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=org.sonatype.nexus.archetypes -DarchetypeArtifactId=nexus-plugin-archetype -DarchetypeVersion=2.3.1-01