A GWT Material Errai Archetype that provides easy creation of gwt-material projects with Errai Framework
- gwt-material 2.0.1
- gwt-material-addins 2.0.1
- gwt-material-themes 2.0.1
- gwt-material-jquery - 2.0.1
- gwt-material-table - 2.0.1
- errai - 4.0.0.Beta4
- Download the archetype
- From the download folder, install the archetype in your local Maven repo by running this command:
mvn clean install
- Create a new project by running the following command in a folder of your choice:
mvn archetype:generate -DarchetypeGroupId=com.github.gwtmaterialdesign -DarchetypeArtifactId=gwt-material-errai-archetype -DarchetypeVersion=2.0.1
- Follow the prompts
- Download the archetype
- From the download folder, install the archetype in your local Maven repo by running this command:
mvn clean install
- Create a new project by running the following command in a folder of your choice:
mvn archetype:generate -DarchetypeGroupId=com.github.gwtmaterialdesign -DarchetypeArtifactId=gwt-material-errai-archetype -DarchetypeRepository=https://oss.sonatype.org/content/repositories/snapshots/ -DarchetypeVersion=2.1-SNAPSHOT
- Follow the prompts That's it!