Hi: Is there any way to prevent my maven goal from being terminated by maven? For example, I have a goal named RunGoal. In the RunGoal.execute method, I want to instantiate another background-thread and have RunGoal.execute returned. The background-thread should be continued to run while Maven execute another goal. The background-thread is only terminated later (maybe when maven exit or another goal is called). Thanks, Phuong.
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
