public class PhaseRecorder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
lastLifecyclePhase |
private MavenProject |
project |
Constructor and Description |
---|
PhaseRecorder(MavenProject project) |
Modifier and Type | Method and Description |
---|---|
boolean |
isDifferentPhase(MojoExecution nextMojoExecution) |
void |
observeExecution(MojoExecution mojoExecution) |
private java.lang.String lastLifecyclePhase
private final MavenProject project
public PhaseRecorder(MavenProject project)
public void observeExecution(MojoExecution mojoExecution)
public boolean isDifferentPhase(MojoExecution nextMojoExecution)