mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.github.wisebrains.archetypes" -DarchetypeArtifactId="gatein-rest-resource-archetype" -DarchetypeVersion="1.0" -DinteractiveMode=false
| GroupId | GroupIdcom.github.wisebrains.archetypes |
|---|---|
| ArtifactId | ArtifactIdgatein-rest-resource-archetype |
| Version | Version1.0 |
| Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.github.wisebrains.archetypes -DarchetypeArtifactId=gatein-rest-resource-archetype -DarchetypeVersion=1.0 -DinteractiveMode=false