All Classes
-
Class Summary Class Description EventSpyDemo Event Spy demo (since Maven 3.0.2, with MNG-4936).ExecutionListenerDemo Execution Listener demo.
Question: how to instantiate and inject it to Maven runtime?
Answer: LifecycleParticipant (injected by Plexus/Sisu) can get original ExecutionListener from request and replace with this class that should delegate to original listener
Example: Maven's CLI creates a new instance of ExecutionEventLogger that displays to console, and callseventSpyDispatcher.chainListener(executionListener)
.LifecycleParticipantDemoJsr330 Lifecycle Participant demo (feature added in Maven 3.0-alpha-3 with MNG-4224).LifecycleParticipantDemoPlexus Lifecycle Participant demo (feature added in Maven 3.0-alpha-3 with MNG-4224).