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