Full name:
org.kuali.maven.plugins:bom-maven-plugin:1.0.3:strip
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
directory | File | - | The directory to recursively scan for files containing BOM's Default value is: ${project.basedir}. |
excludes | String[] | - | Exclusion patterns. By default no files (other than those matching
the default excludes) are excluded |
failBuild | boolean | - | If true, the Maven build will fail if a BOM is detected Default value is: false. |
includes | String[] | - | Inclusion patterns. By default, all files are included |
strip | boolean | - | If true, any file where a BOM is detected has its BOM stripped out. Default value is: true. |
useDefaultExcludes | boolean | - | Flag indicating whether or not to use the default exclude patterns.
These are known patterns like **/.svn/* and
**/*.jar See the DEFAULT_EXCLUDES field
in the SimpleScanner class for the exact list of
default excludes. Default value is: true. |
workingDir | File | - | Directory where a backup copy of any file having its BOM removed is
created Default value is: ${project.build.directory}/bom. |