I a new configuration element called 'excludesRegex'. You can use it just as 'excludes' however it is interpreted as an array of regular expressions.
This allows e. g. to exclude all apache projects. Example:
org.slf4j:.*
Furthermore I converted the excludes and blacklist into a HashSet to avoid redundant looping over the arrays.
I a new configuration element called 'excludesRegex'. You can use it just as 'excludes' however it is interpreted as an array of regular expressions. This allows e. g. to exclude all apache projects. Example:
Furthermore I converted the excludes and blacklist into a HashSet to avoid redundant looping over the arrays.