toolbox:gav-classpath
Full name:
eu.maveniverse.maven.plugins:toolbox:0.7.1:gav-classpath
Description:
Resolves Maven Artifact and prints out the classpath.
Attributes:
- The goal is thread-safe and supports parallel builds.
Required Parameters
Name | Type | Since | Description |
---|---|---|---|
<gav> |
String |
- |
The artifact coordinates in the format <groupId>:<artifactId>[:<extension>[:<classifier>]]:<version> to display tree for.User Property: gav |
<scope> |
String |
- |
The resolution scope to display, accepted values are "runtime", "compile", "test", etc. Default: runtime User Property: scope |
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<boms> |
String |
- |
Apply BOMs, if needed. Comma separated GAVs. User Property: boms |
<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 |
<verbosity> |
Output$Verbosity |
- |
No description. Default: NORMAL User Property: verbosity |
Parameter Details
<boms>
Apply BOMs, if needed. Comma separated GAVs.
- 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
<failOnLogicalFailure>
No description.
- Type:
boolean
- Required:
No
- User Property:
failOnLogicalFailure
- Default:
true
<forceStdout>
No description.
- Type:
boolean
- Required:
No
- User Property:
forceStdout
<gav>
The artifact coordinates in the format
<groupId>:<artifactId>[:<extension>[:<classifier>]]:<version>
to display tree for.- Type:
java.lang.String
- Required:
Yes
- User Property:
gav
<scope>
The resolution scope to display, accepted values are "runtime", "compile", "test", etc.
- Type:
java.lang.String
- Required:
Yes
- User Property:
scope
- Default:
runtime
<verbosity>
No description.
- Type:
eu.maveniverse.maven.toolbox.shared.output.Output$Verbosity
- Required:
No
- User Property:
verbosity
- Default:
NORMAL