Package org.apache.maven
Interface DefaultMaven.ListenerMethod
- Enclosing class:
DefaultMaven
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
run
(AbstractMavenLifecycleParticipant listener, MavenSession session)
-
Method Details
-
run
void run(AbstractMavenLifecycleParticipant listener, MavenSession session) throws MavenExecutionException - Throws:
MavenExecutionException
-