| Modifier and Type | Method and Description |
|---|---|
static PluginGoal.LifecyclePhase |
PluginGoal.LifecyclePhase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginGoal.LifecyclePhase[] |
PluginGoal.LifecyclePhase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default boolean |
PluginGoal.matches(PluginGoal.LifecyclePhase lifecyclePhase)
Defines the maven lifecycle phase to run the plugin in.
|
Copyright © 2015–2017. All rights reserved.