Uses of Class
org.apache.maven.buildcache.xml.config.GoalsList
Packages that use GoalsList
-
Uses of GoalsList in org.apache.maven.buildcache.xml.config
Methods in org.apache.maven.buildcache.xml.config that return types with arguments of type GoalsListMethods in org.apache.maven.buildcache.xml.config with parameters of type GoalsListModifier and TypeMethodDescriptionvoidExecutables.addGoalsList(GoalsList goalsList) Method addGoalsList.voidExecutables.removeGoalsList(GoalsList goalsList) Method removeGoalsList.Method parameters in org.apache.maven.buildcache.xml.config with type arguments of type GoalsListModifier and TypeMethodDescriptionvoidExecutables.setGoalsLists(List<GoalsList> goalsLists) Set specify which goals should run always if present in build regardless of cached status.