mvn の exec:java が終わるまでの時間が15秒ぐらい待ってて遅いってとき
daemon thread の終了を待ってるせいで遅いっていう話があるんで雑に殺せば良いっていう気分のときは以下のオプションを与えればよい。
-Dexec.cleanupDaemonThreads=false
ref. http://stackoverflow.com/questions/13471519/running-daemon-with-exec-maven-plugin
daemon thread の終了を待ってるせいで遅いっていう話があるんで雑に殺せば良いっていう気分のときは以下のオプションを与えればよい。
-Dexec.cleanupDaemonThreads=false
ref. http://stackoverflow.com/questions/13471519/running-daemon-with-exec-maven-plugin