Uses of Class
org.apache.maven.buildcache.xml.config.Executables
Packages that use Executables
-
Uses of Executables in org.apache.maven.buildcache.xml.config
Methods in org.apache.maven.buildcache.xml.config that return ExecutablesModifier and TypeMethodDescriptionExecutionControl.getIgnoreMissing()Get specify which executions/plugins/goals do not affect generated artifacts and do not affect build correctness.ExecutionControl.getRunAlways()Get specify which plugin should run always if present in build regardless of cached status.Methods in org.apache.maven.buildcache.xml.config with parameters of type ExecutablesModifier and TypeMethodDescriptionvoidExecutionControl.setIgnoreMissing(Executables ignoreMissing) Set specify which executions/plugins/goals do not affect generated artifacts and do not affect build correctness.voidExecutionControl.setRunAlways(Executables runAlways) Set specify which plugin should run always if present in build regardless of cached status.