mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="fr.lteconsulting" -DarchetypeArtifactId="angular2-gwt.archetype" -DarchetypeVersion="1.7" -DinteractiveMode=false
| GroupId | GroupIdfr.lteconsulting |
|---|---|
| ArtifactId | ArtifactIdangular2-gwt.archetype |
| Version | Version1.7 |
| Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=fr.lteconsulting -DarchetypeArtifactId=angular2-gwt.archetype -DarchetypeVersion=1.7 -DinteractiveMode=false