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.4.5"   -DinteractiveMode=false 

Details about maven archetype tabris-application

License

License

GroupId

GroupId

com.eclipsesource.tabris
ArtifactId

ArtifactId

tabris-application
Version

Version

1.4.5
Type

Type

maven-archetype
Description

Description

tabris-application
Archetype to create a Tabris based Application
Project URL

Project URL

https://github.com/eclipsesource/tabris-archetypes
Project Organization

Project Organization

EclipseSource
Source Code Management

Source Code Management

https://github.com/eclipsesource/tabris-archetypes.git

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.eclipsesource.tabris -DarchetypeArtifactId=tabris-application -DarchetypeVersion=1.4.5 -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.