Создать Java проект на основе Maven архетипа gwt-material-errai-archetype

A GWT Material Errai Archetype that provides easy creation of gwt-material projects with Errai Framework

Консольная команда для создания Java-проекта на основе архетипа gwt-material-errai-archetype:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.github.gwtmaterialdesign"   -DarchetypeArtifactId="gwt-material-errai-archetype"   -DarchetypeVersion="1.0-rc1"   -DinteractiveMode=false 

Подробная информация об архетипе gwt-material-errai-archetype

Группа

Группа

com.github.gwtmaterialdesign
Идентификатор

Идентификатор

gwt-material-errai-archetype
Версия

Версия

1.0-rc1
Тип

Тип

maven-archetype

Как подключить последнюю версию

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.gwtmaterialdesign -DarchetypeArtifactId=gwt-material-errai-archetype -DarchetypeVersion=1.0-rc1 -DinteractiveMode=false