Create Java project with Maven archetype vaadin-archetype-liferay-shared

This archetype creates a Vaadin Portlet shared static resource bundle WAR deployed into Liferay 7.3+ container and used by Vaadin Portlets also deployed in the same container.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DvaadinPortletVersion="My-vaadinPortletVersion"   -Dtheme="My-theme"   -DarchetypeGroupId="com.vaadin"   -DarchetypeArtifactId="vaadin-archetype-liferay-shared"   -DarchetypeVersion="14.8.13"   -DinteractiveMode=false 

Required parameters for generate java project:

vaadinPortletVersion
validationRegex: none
theme
validationRegex: none

Details about maven archetype vaadin-archetype-liferay-shared

License

License

GroupId

GroupId

com.vaadin
ArtifactId

ArtifactId

vaadin-archetype-liferay-shared
Version

Version

14.8.13
Type

Type

maven-archetype
Description

Description

Project base for Vaadin Portlet shared static resource bundle WAR deployed into Liferay 7
This archetype creates a Vaadin Portlet shared static resource bundle WAR deployed into Liferay 7.3+ container and used by Vaadin Portlets also deployed in the same container.
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-liferay-shared -DarchetypeVersion=14.8.13 -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.