Создать 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.2"   -DinteractiveMode=false 

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

Лицензия

Лицензия

Группа

Группа

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

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

portletunit-portlet-archetype
Версия

Версия

1.0.2
Тип

Тип

maven-archetype
Описание

Описание

portletunit-portlet-archetype
An archetype that creates a simple porltet with unit tests.
Ссылка на сайт

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

http://portletunit.sf.net/archetypes/portlet
Система контроля версий

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

http://portletunit.cvs.sourceforge.net/viewvc/portletunit/portletunit2/archetypes/portlet/

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

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

Зависимости

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

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

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