Create Java project with Maven archetype vaadin-archetype-widget

This archetype generates a Vaadin 7 widget project and a related demo application.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DcomponentClassName="My-componentClassName"   -DarchetypeGroupId="com.vaadin"   -DarchetypeArtifactId="vaadin-archetype-widget"   -DarchetypeVersion="8.14.3"   -DinteractiveMode=false 

Required parameters for generate java project:

componentClassName
validationRegex: none

Details about maven archetype vaadin-archetype-widget

License

License

GroupId

GroupId

com.vaadin
ArtifactId

ArtifactId

vaadin-archetype-widget
Version

Version

8.14.3
Type

Type

maven-archetype
Description

Description

Vaadin Widget Project Archetype
This archetype generates a Vaadin 7 widget project and a related demo application.
Project URL

Project URL

https://vaadin.com
Source Code Management

Source Code Management

https://github.com/vaadin/archetypes

How to add to project

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