public static final class MavenPlugin.Execution extends Object
<execution>
of a MavenPlugin
.Modifier and Type | Method and Description |
---|---|
MavenPlugin.Configuration |
getConfiguration()
Return the configuration of the execution.
|
List<String> |
getGoals()
Return the plugin gaols that this execution should invoke.
|
String |
getId()
Return the id of the execution.
|
String |
getPhase()
Return the
phase of the build lifecycle that goals will execute in. |
public String getId()
public String getPhase()
phase
of the build lifecycle that goals will execute in.public List<String> getGoals()
public MavenPlugin.Configuration getConfiguration()
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.