mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.github.ngeor" -DarchetypeArtifactId="archetype-quickstart-jdk8" -DarchetypeVersion="2.4.0" -DinteractiveMode=false
GroupId | GroupIdcom.github.ngeor |
---|---|
ArtifactId | ArtifactIdarchetype-quickstart-jdk8 |
Version | Version2.4.0 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.github.ngeor -DarchetypeArtifactId=archetype-quickstart-jdk8 -DarchetypeVersion=2.4.0 -DinteractiveMode=false