mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.liferay.maven.archetypes" -DarchetypeArtifactId="liferay-portlet-liferay-faces-alloy-archetype" -DarchetypeVersion="6.2.5" -DinteractiveMode=false
| Группа | Группаcom.liferay.maven.archetypes |
|---|---|
| Идентификатор | Идентификаторliferay-portlet-liferay-faces-alloy-archetype |
| Версия | Версия6.2.5 |
| Тип | Типmaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.liferay.maven.archetypes -DarchetypeArtifactId=liferay-portlet-liferay-faces-alloy-archetype -DarchetypeVersion=6.2.5 -DinteractiveMode=false