Create Java project with Maven archetype vaadin-jee7-webapp-archetype

Maven archetype for Java EE-based Vaadin projects

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="de.hansche"   -DarchetypeArtifactId="vaadin-jee7-webapp-archetype"   -DarchetypeVersion="8.3"   -DinteractiveMode=false 

Details about maven archetype vaadin-jee7-webapp-archetype

License

License

GroupId

GroupId

de.hansche
ArtifactId

ArtifactId

vaadin-jee7-webapp-archetype
Version

Version

8.3
Type

Type

maven-archetype
Description

Description

vaadin-jee7-webapp-archetype
Maven archetype for Java EE-based Vaadin projects
Project URL

Project URL

https://github.com/vonloxley/vaadin-jee7-webapp-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=de.hansche -DarchetypeArtifactId=vaadin-jee7-webapp-archetype -DarchetypeVersion=8.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.