pomchecker:check-bom
Full name:
org.kordamp.maven:pomchecker-maven-plugin:1.11.0:check-bom
Description:
Checks if a POM file is a minimal BOM file. Minimal BOM files contain the following elements:
- <groupId>
- <artifactId>
- <version>
- <dependencyManagement>
Attributes:
- Requires a Maven project to be executed.
- The goal is not marked as thread-safe and thus does not support parallel builds.
- Since version:
1.0.0
.
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<failOnError> |
boolean |
- |
Fail the build on error. Default value is: true .User property is: checker.fail.on.error . |
Parameter Details
<failOnError>
Fail the build on error.
- Type:
boolean
- Required:
No
- User Property:
checker.fail.on.error
- Default:
true