The EventDispatcher support was completely removed with the commit https://github.com/apache/maven/commit/505423e666b9a8814e1c1aa5d50f4e73b8d710f4 <https://github.com/apache/maven/commit/505423e666b9a8814e1c1aa5d50f4e73b8d710f4> for Maven 3.0. Currently I instead use a JVM Shutdown Hook to perform some tasks at the end of the build which is not recommended either for obvious reasons (see https://maven.apache.org/plugin-developers/common-bugs.html#Using_Shutdown_Hooks <https://maven.apache.org/plugin-developers/common-bugs.html#Using_Shutdown_Hooks>).
What is the recommended way on how to perform some tasks at the end of the reactor build? Thanks, Konrad
