Fingerprinter uses Ant
org.apache.tools.ant.DirectoryScanner
which by default is case sensitive. For instance, if the job produces *.hpi
files, pattern "**/*.HPI" will fail to find them.
This option can be used to disable case sensitivity. When it's unchecked,
pattern "**/*.HPI" will match any *.hpi files, or pattern
"**/cAsEsEnSiTiVe.jar" will match a file called caseSensitive.jar.