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

An archetype that creates a simple porltet with unit tests.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="net.sf.portletunit"   -DarchetypeArtifactId="portletunit-portlet-archetype"   -DarchetypeVersion="1.0.1"   -DinteractiveMode=false 

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

Группа

Группа

net.sf.portletunit
Идентификатор

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

portletunit-portlet-archetype
Версия

Версия

1.0.1
Тип

Тип

maven-archetype

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.sf.portletunit -DarchetypeArtifactId=portletunit-portlet-archetype -DarchetypeVersion=1.0.1 -DinteractiveMode=false