toolbox:gav-dm-list-conflict
Full name:
eu.maveniverse.maven.plugins:toolbox:0.15.0:gav-dm-list-conflict
Description:
Displays dependency management list conflicts of Maven Artifact.
Attributes:
- The goal is thread-safe and supports parallel builds.
Required Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<artifactDifferentiatorSpec> |
String |
- |
The artifact differentiators to apply to set of artifacts. If differentiator comes up with more than one partition, you have a conflict. Spec string may contain multiple differentiators split by comma. Default: majorVersion()User Property: artifactDifferentiatorSpec |
<gav1> |
String |
- |
The GAV to show tree for. User Property: gav1 |
<gav2> |
String |
- |
The GAV to show tree for. User Property: gav2 |
<keyFactorySpec> |
String |
- |
The artifact key factory to apply (defines sets of possibly conflicting artifacts). Default: versionlessId()User Property: keyFactorySpec |
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<boms> |
String |
- |
Comma separated list of BOMs to apply. User Property: boms |
<dryRun> |
boolean |
- |
Option to run potentially destructive commands without performing any IO. Default: falseUser Property: dryRun |
<extraRepositories> |
String |
- |
Appends extra repositories to context. User Property: extraRepositories |
<failOnLogicalFailure> |
boolean |
- |
Makes command fail on "logical" failure. Default: trueUser Property: failOnLogicalFailure |
<forceStdout> |
boolean |
- |
No description. User Property: forceStdout |
<verbosity> |
Output$Verbosity |
- |
No description. Default: NORMALUser Property: verbosity |
Parameter Details
<artifactDifferentiatorSpec>
The artifact differentiators to apply to set of artifacts. If differentiator comes up with more than one partition, you have a conflict. Spec string may contain multiple differentiators split by comma.
- Type:
java.lang.String - Required:
Yes - User Property:
artifactDifferentiatorSpec - Default:
majorVersion()
<boms>
Comma separated list of BOMs to apply.
- Type:
java.lang.String - Required:
No - User Property:
boms
<dryRun>
Option to run potentially destructive commands without performing any IO.
- Type:
boolean - Required:
No - User Property:
dryRun - Default:
false
<extraRepositories>
Appends extra repositories to context.
- Type:
java.lang.String - Required:
No - User Property:
extraRepositories
<failOnLogicalFailure>
Makes command fail on "logical" failure.
- Type:
boolean - Required:
No - User Property:
failOnLogicalFailure - Default:
true
<forceStdout>
No description.
- Type:
boolean - Required:
No - User Property:
forceStdout
<gav1>
The GAV to show tree for.
- Type:
java.lang.String - Required:
Yes - User Property:
gav1
<gav2>
The GAV to show tree for.
- Type:
java.lang.String - Required:
Yes - User Property:
gav2
<keyFactorySpec>
The artifact key factory to apply (defines sets of possibly conflicting artifacts).
- Type:
java.lang.String - Required:
Yes - User Property:
keyFactorySpec - Default:
versionlessId()
<verbosity>
No description.
- Type:
eu.maveniverse.maven.toolbox.shared.output.Output$Verbosity - Required:
No - User Property:
verbosity - Default:
NORMAL
