https://github.com/manolo/vaadin-archetype-touchkit
vaadin-archetype-touchkit
https://github.com/manolo/vaadin-archetype-touchkit
Last synced: about 1 year ago
JSON representation
vaadin-archetype-touchkit
- Host: GitHub
- URL: https://github.com/manolo/vaadin-archetype-touchkit
- Owner: manolo
- Created: 2014-05-14T16:25:14.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-19T08:09:15.000Z (about 12 years ago)
- Last Synced: 2024-12-30T18:38:19.478Z (over 1 year ago)
- Language: Java
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
-------------------------------------------------------------------
Vaadin Maven 2 Application Archetype
Authors: Matti Tahvonen
-------------------------------------------------------------------
DESCRIPTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
This Maven archetype generates a simple Vaadin application that uses
Vaadin Touchkit as a Maven 2 project.
-------------------------------------------------------------------
USING THE ARCHETYPE:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1) Install Maven 2 (see http://maven.apache.org for details)
2) Build the archetype from the source
In the project root, execute a Maven build as follows.
mvn clean install
3) Generate the demo project from the archetype as follows:
mvn archetype:create \
-DarchetypeGroupId=com.vaadin \
-DarchetypeArtifactId=vaadin-archetype-touchkit \
-DarchetypeVersion=4.0.0.alpha3 \
-DgroupId=your.company \
-DartifactId=project \
-DprojectName=MyApp \
4) Build the project.
In the created project root, execute a Maven build as follows.
mvn install
-------------------------------------------------------------------
FURTHER INFORMATION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Further information on using Vaadin with Maven is available (at the
time of writing) at
http://dev.vaadin.com/wiki/Articles/MavenIntegration .
-------------------------------------------------------------------