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

This archetype creates a Vaadin Portlet project for Liferay 7.3+ container and can be used as a project base.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DliferayVersion="My-liferayVersion"   -DportletClassName="My-portletClassName"   -DportletContentClassName="My-portletContentClassName"   -Dtheme="My-theme"   -DportletTitle="My-portletTitle"   -DportletShortTitle="My-portletShortTitle"   -DportletName="My-portletName"   -DportletDisplayName="My-portletDisplayName"   -DvaadinPortletVersion="My-vaadinPortletVersion"   -DliferayCategoryName="My-liferayCategoryName"   -DarchetypeGroupId="com.vaadin"   -DarchetypeArtifactId="vaadin-archetype-liferay-portlet"   -DarchetypeVersion="14.8.13"   -DinteractiveMode=false 

Required parameters for generate java project:

liferayVersion
validationRegex: none
portletClassName
validationRegex: none
portletContentClassName
validationRegex: none
theme
validationRegex: none
portletTitle
validationRegex: none
portletShortTitle
validationRegex: none
portletName
validationRegex: none
portletDisplayName
validationRegex: none
vaadinPortletVersion
validationRegex: none
liferayCategoryName
validationRegex: none

Details about maven archetype vaadin-archetype-liferay-portlet

License

License

GroupId

GroupId

com.vaadin
ArtifactId

ArtifactId

vaadin-archetype-liferay-portlet
Version

Version

14.8.13
Type

Type

maven-archetype
Description

Description

Project base for Vaadin Portlet projects deployed into Liferay 7
This archetype creates a Vaadin Portlet project for Liferay 7.3+ container and can be used as a project base.
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-portlet -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.