| Package | Description |
|---|---|
| org.spincast.plugins.processutils |
| Modifier and Type | Method and Description |
|---|---|
static MavenProjectGoal |
MavenProjectGoal.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MavenProjectGoal[] |
MavenProjectGoal.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
File |
SpincastProcessUtilsDefault.executeGoalOnExternalMavenProject(ResourceInfo projectRootInfo,
MavenProjectGoal mavenGoal) |
File |
SpincastProcessUtils.executeGoalOnExternalMavenProject(ResourceInfo projectRootInfo,
MavenProjectGoal mavenGoal)
Execute the specified
goal on an external
Maven project. |
File |
SpincastProcessUtilsDefault.executeGoalOnExternalMavenProject(ResourceInfo projectRootInfo,
MavenProjectGoal mavenGoal,
Map<String,Object> pomParams) |
File |
SpincastProcessUtils.executeGoalOnExternalMavenProject(ResourceInfo projectRootInfo,
MavenProjectGoal mavenGoal,
Map<String,Object> pomParams)
Execute the specified
goal on an external
Maven project. |
Copyright © 2019. All rights reserved.