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

Moonshine provides infrastructure commonly found in application containers. But, unlike containers, it is designed to be embedded inside your application. It's a modular framework build around Google Guice dependency injection with uniform logging using SLF4J, easy unit testing and ready to use support for common JavaEE technologies: JDBC, JPA, JMS, JTA, JMX, Java Servlet API, JAX-RS.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.atteo.moonshine"   -DarchetypeArtifactId="hibernate-archetype"   -DarchetypeVersion="1.2"   -DinteractiveMode=false 

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

Лицензия

Лицензия

Apache License, Version 2.0
Группа

Группа

org.atteo.moonshine
Идентификатор

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

hibernate-archetype
Версия

Версия

1.2
Тип

Тип

maven-archetype
Описание

Описание

Hibernate Archetype
Moonshine provides infrastructure commonly found in application containers. But, unlike containers, it is designed to be embedded inside your application. It's a modular framework build around Google Guice dependency injection with uniform logging using SLF4J, easy unit testing and ready to use support for common JavaEE technologies: JDBC, JPA, JMS, JTA, JMX, Java Servlet API, JAX-RS.
Организация-разработчик

Организация-разработчик

Atteo

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.atteo.moonshine -DarchetypeArtifactId=hibernate-archetype -DarchetypeVersion=1.2 -DinteractiveMode=false

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.atteo.moonshine : hibernate jar 1.2
org.atteo.moonshine : bom pom 1.2
org.atteo.moonshine : container-test-utils jar 1.2

test (1)

Идентификатор библиотеки Тип Версия
org.atteo.moonshine : service-archetype jar 1.2

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

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