setTldSkipPatterns

open fun setTldSkipPatterns(patterns: Collection<String>)

Set the patterns that match jars to ignore for TLD scanning. See Tomcat's catalina.properties for typical values. Defaults to a list drawn from that source.

Parameters

patterns

the jar patterns to skip when scanning for TLDs etc