mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.github.ywchang" -DarchetypeArtifactId="maven-archetype-quickstart" -DarchetypeVersion="1.0" -DinteractiveMode=false
GroupId | GroupIdcom.github.ywchang |
---|---|
ArtifactId | ArtifactIdmaven-archetype-quickstart |
Version | Version1.0 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.github.ywchang -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.0 -DinteractiveMode=false