mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.oneandone" -DarchetypeArtifactId="typedrest-archetype" -DarchetypeVersion="0.18" -DinteractiveMode=false
GroupId | GroupIdcom.oneandone |
---|---|
ArtifactId | ArtifactIdtypedrest-archetype |
Version | Version0.18 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.oneandone -DarchetypeArtifactId=typedrest-archetype -DarchetypeVersion=0.18 -DinteractiveMode=false