Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
5.0.0
-
None
Description
Hallo,
in our project we are trying to use the activemq-maven-plugin in unit testing....
Our Maven project consist of several modules, if we are using the activemq plugin in one of this modules, it stays up (with fork set true) for the execution of the other maven module.
Better would be I guess, activemq plugin should listen the lifecycles of the maven module (sub project) and shutdown when the module execution completes
Otherwise another module, further down in the hierharchy that doesn't know the existance of the other unit test may start the activemq plugin and cause exceptions