toolbox:gav-identify

Full name:

eu.maveniverse.maven.plugins:toolbox:0.7.1:gav-identify

Description:

Identify artifact, either by provided SHA-1 or calculated SHA-1 of a file pointed at.

Attributes:

  • The goal is thread-safe and supports parallel builds.

Required Parameters

Name Type Since Description
<target> String - Target, SHA-1 checksum or a file (comma separated if more).
User Property: target

Optional Parameters

Name Type Since Description
<decorated> boolean - No description.
User Property: decorated
<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

<decorated>

No description.
  • Type: boolean
  • Required: No
  • User Property: decorated

<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

<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

<target>

Target, SHA-1 checksum or a file (comma separated if more).
  • Type: java.lang.String
  • Required: Yes
  • User Property: target

<verbosity>

No description.
  • Type: eu.maveniverse.maven.toolbox.shared.output.Output$Verbosity
  • Required: No
  • User Property: verbosity
  • Default: NORMAL