toolbox:gav-metadata-path
Full name:
eu.maveniverse.maven.plugins:toolbox:0.14.0:gav-metadata-path
Description:
Prints expected relative path for a given Maven Metadata in a local repository.
Attributes:
- The goal is thread-safe and supports parallel builds.
Required Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<gav> |
String |
- |
The metadata coordinates in form of [G]:[A]:[V]:[type]. Absence of A implies absence of V as well (in other words, it can be G, G:A or G:A:V). The absence of type implies it is "maven-metadata.xml". The simplest spec string is :::.
Examples:
User Property: gav |
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<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 |
<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: NORMALUser Property: verbosity |
Parameter Details
<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
<gav>
The metadata coordinates in form of
[G]:[A]:[V]:[type]. Absence of A implies absence of V as well (in other words, it can be G, G:A or G:A:V). The absence of type implies it is "maven-metadata.xml". The simplest spec string is :::.
Examples:
:::is root metadata named "maven-metadata.xml":::my-metadata.xmlis root metadata named "my-metadata.xml"G:::equals toG:::maven-metadata.xmlG:A::equals toG:A::maven-metadata.xml
- 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
