@Component(role=XMvnMojoExecutionListener.class) public class XMvnMojoExecutionListener extends java.lang.Object implements ResolutionListener, org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
Constructor and Description |
---|
XMvnMojoExecutionListener() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
afterMojoExecution(java.lang.Object mojo,
org.apache.maven.plugin.MojoExecution execution,
org.apache.maven.project.MavenProject project) |
(package private) void |
beforeMojoExecution(java.lang.Object mojo,
org.apache.maven.plugin.MojoExecution execution) |
void |
initialize() |
void |
resolutionCompleted(ResolutionRequest request,
ResolutionResult result) |
void |
resolutionRequested(ResolutionRequest request) |
(package private) void |
setXmvnStateDir(java.nio.file.Path xmvnStateDir) |
void setXmvnStateDir(java.nio.file.Path xmvnStateDir)
public void initialize()
initialize
in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
void afterMojoExecution(java.lang.Object mojo, org.apache.maven.plugin.MojoExecution execution, org.apache.maven.project.MavenProject project)
void beforeMojoExecution(java.lang.Object mojo, org.apache.maven.plugin.MojoExecution execution)
public void resolutionRequested(ResolutionRequest request)
resolutionRequested
in interface ResolutionListener
public void resolutionCompleted(ResolutionRequest request, ResolutionResult result)
resolutionCompleted
in interface ResolutionListener
Copyright © 2012–2017 Red Hat, Inc.. All rights reserved.