Uses of Class
org.apache.maven.buildcache.xml.config.OutputExclude
-
Packages that use OutputExclude Package Description org.apache.maven.buildcache.xml.config -
-
Uses of OutputExclude in org.apache.maven.buildcache.xml.config
Methods in org.apache.maven.buildcache.xml.config that return OutputExclude Modifier and Type Method Description OutputExclude
Output. getExclude()
Get patterns to exclude output artifacts applicable to all projects in the build.Methods in org.apache.maven.buildcache.xml.config with parameters of type OutputExclude Modifier and Type Method Description void
Output. setExclude(OutputExclude exclude)
Set patterns to exclude output artifacts applicable to all projects in the build.
-