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

Simple Java EE 7 project template. Test environment is TomEE 7 with Hibernate

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.blurscope"   -DarchetypeArtifactId="tomee7-hibernate-archetype"   -DarchetypeVersion="0.0.1"   -DinteractiveMode=false 

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

Лицензия

Лицензия

Группа

Группа

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

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

tomee7-hibernate-archetype
Версия

Версия

0.0.1
Тип

Тип

maven-archetype
Описание

Описание

com.blurscope:tomee7-hibernate-archetype
Simple Java EE 7 project template. Test environment is TomEE 7 with Hibernate
Ссылка на сайт

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

https://github.com/blurscope/tomee7-hibernate-archetype
Система контроля версий

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

https://github.com/blurscope/tomee7-hibernate-archetype

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.blurscope -DarchetypeArtifactId=tomee7-hibernate-archetype -DarchetypeVersion=0.0.1 -DinteractiveMode=false

Зависимости

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

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

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