public class LifecycleExecution
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
goal
A goal, not attached to a lifecycle phase, which should be
executed ahead of this mojo.
|
private java.lang.String |
lifecycle
The name of the overlay to apply to the sub-lifecycle before
executing it.
|
private java.lang.String |
phase
The phase in the sub-lifecycle.
|
| Constructor and Description |
|---|
LifecycleExecution() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGoal()
Get a goal, not attached to a lifecycle phase, which should
be executed ahead of this mojo.
|
java.lang.String |
getLifecycle()
Get the name of the overlay to apply to the sub-lifecycle
before executing it.
|
java.lang.String |
getPhase()
Get the phase in the sub-lifecycle.
|
void |
setGoal(java.lang.String goal)
Set a goal, not attached to a lifecycle phase, which should
be executed ahead of this mojo.
|
void |
setLifecycle(java.lang.String lifecycle)
Set the name of the overlay to apply to the sub-lifecycle
before executing it.
|
void |
setPhase(java.lang.String phase)
Set the phase in the sub-lifecycle.
|
private java.lang.String lifecycle
private java.lang.String phase
private java.lang.String goal
public java.lang.String getGoal()
public java.lang.String getLifecycle()
public java.lang.String getPhase()
public void setGoal(java.lang.String goal)
goal - public void setLifecycle(java.lang.String lifecycle)
lifecycle - public void setPhase(java.lang.String phase)
phase -