Create Java project with Maven archetype vaadin-archetype-touchkit

Generates a simple Vaadin application using TouchKit.

Create a Java Project by archetype vaadin-archetype-touchkit with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DApplicationName="My-ApplicationName"   -Dversion="My-version"   -DarchetypeGroupId="com.vaadin"   -DarchetypeArtifactId="vaadin-archetype-touchkit"   -DarchetypeVersion="4.0.0"   -DinteractiveMode=false 

Required parameters for generate java project:

ApplicationName
validationRegex: none
version
validationRegex: none

Details about maven archetype vaadin-archetype-touchkit

License

License

GroupId

GroupId

com.vaadin
ArtifactId

ArtifactId

vaadin-archetype-touchkit
Version

Version

4.0.0
Type

Type

maven-archetype
Description

Description

Vaadin TouchKit Application Archetype
Generates a simple Vaadin application using TouchKit.
Project URL

Project URL

http://vaadin.com
Source Code Management

Source Code Management

http://dev.vaadin.com/browser/integration/maven/archetypes/vaadin-archetype-touchkit

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.vaadin -DarchetypeArtifactId=vaadin-archetype-touchkit -DarchetypeVersion=4.0.0 -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.