Uses of Enum Class
org.spincast.plugins.processutils.MavenProjectGoal
Packages that use MavenProjectGoal
-
Uses of MavenProjectGoal in org.spincast.plugins.processutils
Methods in org.spincast.plugins.processutils that return MavenProjectGoalModifier 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.Methods in org.spincast.plugins.processutils with parameters of type MavenProjectGoalModifier 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)