To use the latest SNAPSHOT version: clone this project and install its artifacts to your local Maven repository with mvn install.
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.
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