Создать Java проект на основе Maven архетипа com.liferay.faces.archetype.alloy.portlet

Maven archetype for a Liferay Faces Alloy portlet

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.liferay.faces.archetype"   -DarchetypeArtifactId="com.liferay.faces.archetype.alloy.portlet"   -DarchetypeVersion="5.1.0"   -DinteractiveMode=false 

Подробная информация об архетипе com.liferay.faces.archetype.alloy.portlet

Группа

Группа

com.liferay.faces.archetype
Идентификатор

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

com.liferay.faces.archetype.alloy.portlet
Версия

Версия

5.1.0
Тип

Тип

maven-archetype

Как подключить последнюю версию

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.liferay.faces.archetype -DarchetypeArtifactId=com.liferay.faces.archetype.alloy.portlet -DarchetypeVersion=5.1.0 -DinteractiveMode=false