Create Java project with Maven archetype angular2-gwt.archetype

HexaTools is a pack of libraries for Java

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.8"   -DinteractiveMode=false 

Details about maven archetype angular2-gwt.archetype

License

License

GroupId

GroupId

fr.lteconsulting
ArtifactId

ArtifactId

angular2-gwt.archetype
Version

Version

1.8
Type

Type

maven-archetype
Description

Description

angular2-gwt.archetype
HexaTools is a pack of libraries for Java

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.