mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.github.wisebrains.archetypes" -DarchetypeArtifactId="gatein-rest-resource-archetype" -DarchetypeVersion="1.1" -DinteractiveMode=false
| License |
License |
|---|---|
| GroupId | GroupIdcom.github.wisebrains.archetypes |
| ArtifactId | ArtifactIdgatein-rest-resource-archetype |
| Version | Version1.1 |
| Type | Typemaven-archetype |
| Description |
Descriptioncom.github.wisebrains.archetypes:gatein-rest-resource-archetype
A Maven archetype to generate sample Restful GateIn resource
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.github.wisebrains.archetypes -DarchetypeArtifactId=gatein-rest-resource-archetype -DarchetypeVersion=1.1 -DinteractiveMode=false