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
License |
License |
---|---|
GroupId | GroupIdcom.vaadin |
ArtifactId | ArtifactIdvaadin-archetype-liferay-portlet |
Version | Version14.8.13 |
Type | Typemaven-archetype |
Description |
DescriptionProject 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 URLhttps://vaadin.com |
Source Code Management |
Source Code Managementhttps://github.com/vaadin/archetypes |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.vaadin -DarchetypeArtifactId=vaadin-archetype-liferay-portlet -DarchetypeVersion=14.8.13 -DinteractiveMode=false