A list of Ant-style
patterns relative to the workspace root that denote the files/archives to be scanned, e.g.
**/target/*.war
or **/target/*.ear
. Exclude patterns start with !
.
If unspecified, the scan targets will default to the following patterns: **/*.jar, **/*.war, **/*.ear,
**/*.zip, **/*.tar.gz
.