toolbox:copy-transitive

Full name:

eu.maveniverse.maven.plugins:toolbox:0.7.1:copy-transitive

Description:

Resolves selected dependencies transitively and copies all of them to target.

Attributes:

  • Requires a Maven project to be executed.
  • The goal is thread-safe and supports parallel builds.

Required Parameters

Name Type Since Description
<scope> String - The resolution scope to resolve (default is 'runtime').
Default: runtime
User Property: scope
<sinkSpec> String - The artifact sink spec (default: "null()").
Default: null()
User Property: sinkSpec

Optional Parameters

Name Type Since Description
<depSpec> String - The dependency matcher spec.
Default: any()
User Property: depSpec
<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
<repositoryVendor> String - The repository vendor to use for Search RR backend ("central", "nx2" or any other extractor). If empty, heuristics will be applied to figure out.
User Property: toolbox.search.backend.type
<verbosity> Output$Verbosity - No description.
Default: NORMAL
User Property: verbosity

Parameter Details

<depSpec>

The dependency matcher spec.
  • Type: java.lang.String
  • Required: No
  • User Property: depSpec
  • Default: any()

<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

<repositoryVendor>

The repository vendor to use for Search RR backend ("central", "nx2" or any other extractor). If empty, heuristics will be applied to figure out.
  • Type: java.lang.String
  • Required: No
  • User Property: toolbox.search.backend.type

<scope>

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

<sinkSpec>

The artifact sink spec (default: "null()").
  • Type: java.lang.String
  • Required: Yes
  • User Property: sinkSpec
  • Default: null()

<verbosity>

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