Создать Java проект на основе Maven архетипа vaadin-archetype-liferay-portlet

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

Консольная команда для создания Java-проекта на основе архетипа vaadin-archetype-liferay-portlet:

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 

Обязательные параметры для создания java проекта:

liferayVersion
validationRegex: нет
portletClassName
validationRegex: нет
portletContentClassName
validationRegex: нет
theme
validationRegex: нет
portletTitle
validationRegex: нет
portletShortTitle
validationRegex: нет
portletName
validationRegex: нет
portletDisplayName
validationRegex: нет
vaadinPortletVersion
validationRegex: нет
liferayCategoryName
validationRegex: нет

Подробная информация об архетипе vaadin-archetype-liferay-portlet

Лицензия

Лицензия

Группа

Группа

com.vaadin
Идентификатор

Идентификатор

vaadin-archetype-liferay-portlet
Версия

Версия

14.8.13
Тип

Тип

maven-archetype
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://vaadin.com
Система контроля версий

Система контроля версий

https://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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.