Create Java project with Maven archetype vaadin-archetype-portlet

This archetype creates a simple porlet with required Vaadin dependencies. In addition to standard JSR 286 configurations the archetype also adds liferay specific configuration files, but they shoudn't affect other portals.

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

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

Details about maven archetype vaadin-archetype-portlet

License

License

GroupId

GroupId

com.vaadin
ArtifactId

ArtifactId

vaadin-archetype-portlet
Version

Version

1.0.0
Type

Type

maven-archetype
Description

Description

Vaadin portlet2 archetype
This archetype creates a simple porlet with required Vaadin dependencies. In addition to standard JSR 286 configurations the archetype also adds liferay specific configuration files, but they shoudn't affect other portals.
Project URL

Project URL

http://vaadin.com
Project Organization

Project Organization

Vaadin Ltd
Source Code Management

Source Code Management

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

How to add to project

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