Create Java project with Maven archetype tabris-application

Archetype to create a Tabris based Application

Create a Java Project by archetype tabris-application with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.eclipsesource.tabris"   -DarchetypeArtifactId="tabris-application"   -DarchetypeVersion="1.2.1"   -DinteractiveMode=false 

Details about maven archetype tabris-application

GroupId

GroupId

com.eclipsesource.tabris
ArtifactId

ArtifactId

tabris-application
Version

Version

1.2.1
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.eclipsesource.tabris -DarchetypeArtifactId=tabris-application -DarchetypeVersion=1.2.1 -DinteractiveMode=false