org.hornetq:hornetq-maven-plugin

A plugin for running a HornetQ Server

License

License

Categories

Categories

Maven Build Tools Net
GroupId

GroupId

org.hornetq
ArtifactId

ArtifactId

hornetq-maven-plugin
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

A plugin for running a HornetQ Server
Project Organization

Project Organization

JBoss, a division of Red Hat

Download hornetq-maven-plugin

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 2.0
org.apache.maven.plugins : maven-dependency-plugin jar 2.0

provided (5)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.2.0
1.1.0
1.0.0