toolbox:gav-flatten-bom
Full name:
eu.maveniverse.maven.plugins:toolbox:0.7.1:gav-flatten-bom
Description:
Flattens a BOM.
Attributes:
- The goal is thread-safe and supports parallel builds.
Required Parameters
Name | Type | Since | Description |
---|---|---|---|
<bom> |
String |
- |
The GAV of BOM to flatten. User Property: bom |
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<dryRun> |
boolean |
- |
Option to run potentially destructive commands without performing any IO. Default: false User Property: dryRun |
<failOnLogicalFailure> |
boolean |
- |
No description. Default: true User Property: failOnLogicalFailure |
<forceStdout> |
boolean |
- |
No description. User Property: forceStdout |
<gav> |
String |
- |
The GAV to emit flattened BOM with. Default: org.acme:acme:1.0 User Property: gav |
<verbosity> |
Output$Verbosity |
- |
No description. Default: NORMAL User Property: verbosity |
Parameter Details
<bom>
The GAV of BOM to flatten.
- Type:
java.lang.String
- Required:
Yes
- User Property:
bom
<dryRun>
Option to run potentially destructive commands without performing any IO.
- Type:
boolean
- Required:
No
- User Property:
dryRun
- Default:
false
<failOnLogicalFailure>
No description.
- Type:
boolean
- Required:
No
- User Property:
failOnLogicalFailure
- Default:
true
<forceStdout>
No description.
- Type:
boolean
- Required:
No
- User Property:
forceStdout
<gav>
The GAV to emit flattened BOM with.
- Type:
java.lang.String
- Required:
No
- User Property:
gav
- Default:
org.acme:acme:1.0
<verbosity>
No description.
- Type:
eu.maveniverse.maven.toolbox.shared.output.Output$Verbosity
- Required:
No
- User Property:
verbosity
- Default:
NORMAL