Create Java project with Maven archetype angular2-gwt.archetype


Create a Java Project by archetype angular2-gwt.archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="fr.lteconsulting"   -DarchetypeArtifactId="angular2-gwt.archetype"   -DarchetypeVersion="1.3"   -DinteractiveMode=false 

Details about maven archetype angular2-gwt.archetype

GroupId

GroupId

fr.lteconsulting
ArtifactId

ArtifactId

angular2-gwt.archetype
Version

Version

1.3
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=fr.lteconsulting -DarchetypeArtifactId=angular2-gwt.archetype -DarchetypeVersion=1.3 -DinteractiveMode=false