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 ExecutablesExecutionControl. getIgnoreMissing()Get specify which executions/plugins/goals do not affect generated artifacts and do not affect build correctness.ExecutablesExecutionControl. 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 voidExecutionControl. 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.
-