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-pom
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

pom
Description

Description

HornetQ Maven Plugin
A plugin for running a HornetQ Server
Project URL

Project URL

http://hornetq.org
Project Organization

Project Organization

JBoss, a division of Red Hat
Source Code Management

Source Code Management

https://github.com/hornetq/maven-hornetq-plugin

Download hornetq-maven-plugin-pom

How to add to project

<!-- https://jarcasting.com/artifacts/org.hornetq/hornetq-maven-plugin-pom/ -->
<dependency>
    <groupId>org.hornetq</groupId>
    <artifactId>hornetq-maven-plugin-pom</artifactId>
    <version>1.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hornetq/hornetq-maven-plugin-pom/
implementation 'org.hornetq:hornetq-maven-plugin-pom:1.2.0'
// https://jarcasting.com/artifacts/org.hornetq/hornetq-maven-plugin-pom/
implementation ("org.hornetq:hornetq-maven-plugin-pom:1.2.0")
'org.hornetq:hornetq-maven-plugin-pom:pom:1.2.0'
<dependency org="org.hornetq" name="hornetq-maven-plugin-pom" rev="1.2.0">
  <artifact name="hornetq-maven-plugin-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hornetq', module='hornetq-maven-plugin-pom', version='1.2.0')
)
libraryDependencies += "org.hornetq" % "hornetq-maven-plugin-pom" % "1.2.0"
[org.hornetq/hornetq-maven-plugin-pom "1.2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

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