Class DefaultExecutionEventCatapult

java.lang.Object
org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult
All Implemented Interfaces:
ExecutionEventCatapult

@Component(role=ExecutionEventCatapult.class) public class DefaultExecutionEventCatapult extends Object implements ExecutionEventCatapult
Assists in firing execution events. Warning: This is an internal utility class that is only public for technical reasons, it is not part of the public API. In particular, this class can be changed or deleted without prior notice.
Author:
Benjamin Bentmann