org.hornetq:hornetq-maven-plugin

A plugin for running a HornetQ Server

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка Сеть
Группа

Группа

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

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

hornetq-maven-plugin
Последняя версия

Последняя версия

1.2.0
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

A plugin for running a HornetQ Server
Организация-разработчик

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

JBoss, a division of Red Hat

Скачать hornetq-maven-plugin

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

<plugin>
    <groupId>org.hornetq</groupId>
    <artifactId>hornetq-maven-plugin</artifactId>
    <version>1.2.0</version>
</plugin>

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.apache.maven : maven-plugin-api jar 2.0
org.apache.maven.plugins : maven-dependency-plugin jar 2.0

provided (5)

Идентификатор библиотеки Тип Версия
org.hornetq : hornetq-server jar 2.3.0.Final
org.hornetq : hornetq-jms-server jar 2.3.0.Final
io.netty : netty jar 3.4.5.Final
org.jboss.javaee : jboss-jms-api jar 1.1.0.GA
org.jboss.naming » jnpserver jar 5.0.3.GA

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

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

Maven plugin to start/stop HornetQ servers.

Using the latest SNAPSHOT version

To use the latest SNAPSHOT version: clone this project and install its artifacts to your local Maven repository with mvn install.

Using released versions

Released versions are available at the JBoss Maven repository. A simple search for hornetq-maven-plugin shows what is available. If you have not done this already, you will need to configure the repository path in your Maven settings.xml.

Examples

To run all examples

mvn verify

To run the client example which shows how to run a standalone java class as a client

mvn verify -Pclient-example

To run the example showing an integration test run

mvn verify -Pit-example

org.hornetq

HornetQ

Версии библиотеки

Версия
1.2.0
1.1.0
1.0.0