Create Java project with Maven archetype vaadin-archetype-sample

This archetype generates a Vaadin application as a Maven project. The application contains a custom GWT widgetset that is compiled by the GWT compiler and integrated into the project as part of the build process. The application is based on the Vaadin Color Picker Demo application available at http://vaadin.com.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.vaadin"   -DarchetypeArtifactId="vaadin-archetype-sample"   -DarchetypeVersion="1.7.2"   -DinteractiveMode=false 

Details about maven archetype vaadin-archetype-sample

License

License

GroupId

GroupId

com.vaadin
ArtifactId

ArtifactId

vaadin-archetype-sample
Version

Version

1.7.2
Type

Type

maven-archetype
Description

Description

Vaadin Application Archetype
This archetype generates a Vaadin application as a Maven project. The application contains a custom GWT widgetset that is compiled by the GWT compiler and integrated into the project as part of the build process. The application is based on the Vaadin Color Picker Demo application available at http://vaadin.com.
Project URL

Project URL

http://vaadin.com
Source Code Management

Source Code Management

http://dev.vaadin.com/browser/integration/maven/archetypes/MavenArchetype

How to add to project

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