Create Java project with Maven archetype nexus-plugin-archetype

${project.name}

Create a Java Project by archetype nexus-plugin-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DnexusVersion="My-nexusVersion"   -DarchetypeGroupId="org.sonatype.nexus.archetypes"   -DarchetypeArtifactId="nexus-plugin-archetype"   -DarchetypeVersion="2.3.1-01"   -DinteractiveMode=false 

Required parameters for generate java project:

nexusVersion
validationRegex: none

Details about maven archetype nexus-plugin-archetype

License

License

GroupId

GroupId

org.sonatype.nexus.archetypes
ArtifactId

ArtifactId

nexus-plugin-archetype
Version

Version

2.3.1-01
Type

Type

maven-archetype
Description

Description

${project.name}
Project Organization

Project Organization

Sonatype, Inc.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.sonatype.nexus.archetypes -DarchetypeArtifactId=nexus-plugin-archetype -DarchetypeVersion=2.3.1-01 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.