Uses of Class
org.apache.maven.buildcache.xml.config.GoalReconciliation
-
Packages that use GoalReconciliation Package Description org.apache.maven.buildcache.xml.config -
-
Uses of GoalReconciliation in org.apache.maven.buildcache.xml.config
Methods in org.apache.maven.buildcache.xml.config that return types with arguments of type GoalReconciliation Modifier and Type Method Description List<GoalReconciliation>
Reconcile. getPlugins()
Method getPlugins.Methods in org.apache.maven.buildcache.xml.config with parameters of type GoalReconciliation Modifier and Type Method Description void
Reconcile. addPlugin(GoalReconciliation goalReconciliation)
Method addPlugin.void
Reconcile. removePlugin(GoalReconciliation goalReconciliation)
Method removePlugin.Method parameters in org.apache.maven.buildcache.xml.config with type arguments of type GoalReconciliation Modifier and Type Method Description void
Reconcile. setPlugins(List<GoalReconciliation> plugins)
Set reconciliation rules for plugin properties which might be affected by command line flags, etc.
-