Create Java project with Maven archetype angulargwt-app-archetype

Archetype for Webapps using AngularGWT incl. example controller and scope

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

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

Required parameters for generate java project:

appName
validationRegex: none

Details about maven archetype angulargwt-app-archetype

License

License

GroupId

GroupId

com.github.h0ru5.gwt
ArtifactId

ArtifactId

angulargwt-app-archetype
Version

Version

1.1.3
Type

Type

maven-archetype
Description

Description

AngularGWT - Archetype for an App
Archetype for Webapps using AngularGWT incl. example controller and scope
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-app-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.