mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.tvd12" -DarchetypeArtifactId="maven-simple-archetype" -DarchetypeVersion="1.0.2" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdcom.tvd12 |
ArtifactId | ArtifactIdmaven-simple-archetype |
Version | Version1.0.2 |
Type | Typemaven-archetype |
Description |
Descriptionmaven-simple-archetype
An archetype which supports to create a maven project quickly
|
Project Organization |
Project Organization |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.tvd12 -DarchetypeArtifactId=maven-simple-archetype -DarchetypeVersion=1.0.2 -DinteractiveMode=false