toolbox:gav-artifact-path
Full name:
eu.maveniverse.maven.plugins:toolbox:0.7.1:gav-artifact-path
Description:
Prints expected relative path for a given Maven Artifact in a local repository.
Attributes:
- The goal is thread-safe and supports parallel builds.
Required Parameters
Name | Type | Since | Description |
---|---|---|---|
<gav> |
String |
- |
The GAV of artifact. User Property: gav |
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 |
<repository> |
String |
- |
The optional remote repository spec string. It is expected to be in form of id::url , but we are really interested in repository ID only.User Property: repository |
<verbosity> |
Output$Verbosity |
- |
No description. Default: NORMAL User Property: verbosity |
Parameter Details
<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 of artifact.
- Type:
java.lang.String
- Required:
Yes
- User Property:
gav
<repository>
The optional remote repository spec string. It is expected to be in form of
id::url
, but we are really interested in repository ID only.- Type:
java.lang.String
- Required:
No
- User Property:
repository
<verbosity>
No description.
- Type:
eu.maveniverse.maven.toolbox.shared.output.Output$Verbosity
- Required:
No
- User Property:
verbosity
- Default:
NORMAL