toolbox:gav-verify
Full name:
eu.maveniverse.maven.plugins:toolbox:0.7.1:gav-verify
Description:
Verifies Maven Artifact against known SHA-1 using origin repository.
Attributes:
- The goal is thread-safe and supports parallel builds.
Required Parameters
Name | Type | Since | Description |
---|---|---|---|
<gav> |
String |
- |
The GAV to verify. User Property: gav |
<sha1> |
String |
- |
The locally known SHA-1 of GAV. User Property: sha1 |
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 |
<repositoryBaseUri> |
String |
- |
The base URI of the remote repository. User Property: repositoryBaseUri |
<repositoryId> |
String |
- |
A repository ID. Maybe a "well known" one, or if all repository data given, a new one. Default: central User Property: repositoryId |
<repositoryVendor> |
String |
- |
The vendor of the remote repository. User Property: repositoryVendor Alias: toolbox.search.backend.type |
<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 to verify.
- Type:
java.lang.String
- Required:
Yes
- User Property:
gav
<repositoryBaseUri>
The base URI of the remote repository.
- Type:
java.lang.String
- Required:
No
- User Property:
repositoryBaseUri
<repositoryId>
A repository ID. Maybe a "well known" one, or if all repository data given, a new one.
- Type:
java.lang.String
- Required:
No
- User Property:
repositoryId
- Default:
central
<repositoryVendor>
The vendor of the remote repository.
- Type:
java.lang.String
- Required:
No
- User Property:
repositoryVendor
- Alias:
toolbox.search.backend.type
<sha1>
The locally known SHA-1 of GAV.
- Type:
java.lang.String
- Required:
Yes
- User Property:
sha1
<verbosity>
No description.
- Type:
eu.maveniverse.maven.toolbox.shared.output.Output$Verbosity
- Required:
No
- User Property:
verbosity
- Default:
NORMAL