Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
5.5.1
-
Maven 3.0.5, Java 6, Plugin configuration: <fork>true</fork>
Description
The maven-activemq-plugin (aka activemq-maven-plugin) in a multi-module Maven project, we would like to stop and start ActiveMQ for each module where it is needed (a "stop" and "start" goal, rather than a "run" goal with a shutdown hook). We cannot run an individual module of our multi-module project because we can only start ActiveMQ once for our aggregate pom.xml. This approach would also resolve AMQ-1628 in a different way than was suggested. The approach we are suggesting is similar to how the cargo plugin handles tomcat.