toolbox:gav-tree-find

Full name:

eu.maveniverse.maven.plugins:toolbox:0.13.4:gav-tree-find

Description:

Collects and displays paths to matched artifacts in tree, if exists.

Attributes:

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

Required Parameters

Name Type Since Description
<artifactMatcherSpec> String - The artifact matcher spec.
User Property: artifactMatcherSpec
<gav> String - The GAV to show tree for.
User Property: gav
<scope> String - Resolution scope to resolve (default 'runtime').
Default: runtime
User Property: scope
<verboseTree> boolean - Set it true for verbose tree.
Default: false
User Property: verboseTree

Optional Parameters

Name Type Since Description
<boms> String - Comma separated list of BOMs to apply.
User Property: boms
<dryRun> boolean - Option to run potentially destructive commands without performing any IO.
Default: false
User Property: dryRun
<extraRepositories> String - Appends extra repositories to context.
User Property: extraRepositories
<failOnLogicalFailure> boolean - Makes command fail on "logical" failure.
Default: true
User Property: failOnLogicalFailure
<forceStdout> boolean - No description.
User Property: forceStdout
<verbosity> Output$Verbosity - No description.
Default: NORMAL
User Property: verbosity

Parameter Details

<artifactMatcherSpec>

The artifact matcher spec.
  • Type: java.lang.String
  • Required: Yes
  • User Property: artifactMatcherSpec

<boms>

Comma separated list of BOMs to apply.
  • 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

<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 GAV to show tree for.
  • Type: java.lang.String
  • Required: Yes
  • User Property: gav

<scope>

Resolution scope to resolve (default 'runtime').
  • Type: java.lang.String
  • Required: Yes
  • User Property: scope
  • Default: runtime

<verboseTree>

Set it true for verbose tree.
  • Type: boolean
  • Required: Yes
  • User Property: verboseTree
  • Default: false

<verbosity>

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