toolbox:dependency-versions
Full name:
eu.maveniverse.maven.plugins:toolbox:0.14.0:dependency-versions
Description:
Lists available versions of Maven Project dependencies.
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<apply> |
boolean |
- |
Apply results to POM. User Property: apply |
<artifactVersionMatcherSpec> |
String |
- |
Artifact version matcher spec string, default is 'noSnapshotsAndPreviews()'. Default: noSnapshotsAndPreviews()User Property: artifactVersionMatcherSpec |
<artifactVersionSelectorSpec> |
String |
- |
Artifact version selector spec string to select the version from candidates, default is 'last()'. Default: last()User Property: artifactVersionSelectorSpec |
<depSpec> |
String |
- |
The dependency matcher spec. Default: any()User Property: depSpec |
<dryRun> |
boolean |
- |
Option to run potentially destructive commands without performing any IO. Default: falseUser Property: dryRun |
<effective> |
boolean |
- |
Perform check for effective POM (including all DM entries imported from BOMs as well). Default: falseUser Property: effective |
<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 |
<repositoryVendor> |
String |
- |
The repository vendor to use for Search RR backend ("central", "nx2" or any other extractor). If empty, heuristics will be applied to figure out. User Property: toolbox.search.backend.type |
<verbosity> |
Output$Verbosity |
- |
No description. Default: NORMALUser Property: verbosity |
Parameter Details
<apply>
Apply results to POM.
- Type:
boolean - Required:
No - User Property:
apply
<artifactVersionMatcherSpec>
Artifact version matcher spec string, default is 'noSnapshotsAndPreviews()'.
- Type:
java.lang.String - Required:
No - User Property:
artifactVersionMatcherSpec - Default:
noSnapshotsAndPreviews()
<artifactVersionSelectorSpec>
Artifact version selector spec string to select the version from candidates, default is 'last()'.
- Type:
java.lang.String - Required:
No - User Property:
artifactVersionSelectorSpec - Default:
last()
<depSpec>
The dependency matcher spec.
- Type:
java.lang.String - Required:
No - User Property:
depSpec - Default:
any()
<dryRun>
Option to run potentially destructive commands without performing any IO.
- Type:
boolean - Required:
No - User Property:
dryRun - Default:
false
<effective>
Perform check for effective POM (including all DM entries imported from BOMs as well).
- Type:
boolean - Required:
No - User Property:
effective - 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
<repositoryVendor>
The repository vendor to use for Search RR backend ("central", "nx2" or any other extractor). If empty, heuristics will be applied to figure out.
- Type:
java.lang.String - Required:
No - User Property:
toolbox.search.backend.type
<verbosity>
No description.
- Type:
eu.maveniverse.maven.toolbox.shared.output.Output$Verbosity - Required:
No - User Property:
verbosity - Default:
NORMAL
