Uses of Enum Class
org.spincast.plugins.processutils.MavenProjectGoal
-
Uses of MavenProjectGoal in org.spincast.plugins.processutils
Modifier and TypeMethodDescriptionstatic MavenProjectGoal
Returns the enum constant of this class with the specified name.static MavenProjectGoal[]
MavenProjectGoal.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionSpincastProcessUtils.executeGoalOnExternalMavenProject
(ResourceInfo projectRootInfo, MavenProjectGoal mavenGoal) Execute the specifiedgoal
on an external Maven project.SpincastProcessUtils.executeGoalOnExternalMavenProject
(ResourceInfo projectRootInfo, MavenProjectGoal mavenGoal, Map<String, Object> pomParams) Execute the specifiedgoal
on an external Maven project.SpincastProcessUtilsDefault.executeGoalOnExternalMavenProject
(ResourceInfo projectRootInfo, MavenProjectGoal mavenGoal) SpincastProcessUtilsDefault.executeGoalOnExternalMavenProject
(ResourceInfo projectRootInfo, MavenProjectGoal mavenGoal, Map<String, Object> pomParams)