Uses of Class
org.apache.maven.buildcache.xml.config.Executables
-
Packages that use Executables Package Description org.apache.maven.buildcache.xml.config -
-
Uses of Executables in org.apache.maven.buildcache.xml.config
Methods in org.apache.maven.buildcache.xml.config that return Executables Modifier and Type Method Description Executables
ExecutionControl. getIgnoreMissing()
Get specify which executions/plugins/goals do not affect generated artifacts and do not affect build correctness.Executables
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 Executables Modifier and Type Method Description void
ExecutionControl. setIgnoreMissing(Executables ignoreMissing)
Set specify which executions/plugins/goals do not affect generated artifacts and do not affect build correctness.void
ExecutionControl. setRunAlways(Executables runAlways)
Set specify which plugin should run always if present in build regardless of cached status.
-