Create Java project with Maven archetype angulargwt-module-archetype

Archetype for an AngularGwt Module with example service

Create a Java Project by archetype angulargwt-module-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DmoduleName="My-moduleName"   -DarchetypeGroupId="com.github.h0ru5.gwt"   -DarchetypeArtifactId="angulargwt-module-archetype"   -DarchetypeVersion="1.1.3"   -DinteractiveMode=false 

Required parameters for generate java project:

moduleName
validationRegex: none

Details about maven archetype angulargwt-module-archetype

License

License

GroupId

GroupId

com.github.h0ru5.gwt
ArtifactId

ArtifactId

angulargwt-module-archetype
Version

Version

1.1.3
Type

Type

maven-archetype
Description

Description

AngularGWT - Archetype for a Module
Archetype for an AngularGwt Module with example service
Project URL

Project URL

https://github.com/h0ru5/angulargwt

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.h0ru5.gwt -DarchetypeArtifactId=angulargwt-module-archetype -DarchetypeVersion=1.1.3 -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.