Full name:
org.kuali.maven.plugins:bom-maven-plugin:1.0.0-SNAPSHOT:bom
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
basedir | File | - | Location of a single file to strip the BOM from. |
excludes | String[] | - | Exclusion patterns. By default nothing is excluded |
failBuild | boolean | - | Set to true if you want the build to fail if a BOM is found. Default value is: false. |
includes | String[] | - | Inclusion patterns. By default, all files are included |
strip | boolean | - | Set to true if you want to remove any BOM's detected by the plugin Default value is: false. |
useDefaultExcludes | boolean | - | Use 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. |