Gary Tully wrote: > > You may need to add your project to the dependencies of the > maven-activemq-plugin definition, like jetty, in the example @ > see: http://activemq.apache.org/maven2-activemq-broker-plugin.html >
The problem is that my project is the one where I have the activemq plugin defined. In other words, I have some code that's written to run in ActiveMQ, and I want to use the maven-activemq-plugin to spin up a broker in a dev environment to test this code. Doing what you suggested would be adding a dependency on the project to the project itself, causing a cyclic dependency. I just need the plugin to start up ActiveMQ and include code compiled by Maven on the ActiveMQ classpath. -- View this message in context: http://www.nabble.com/Maven-%2B-ActiveMQ-%2B-my-own-code-tp25907487p25908040.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.