njord:export-all

Full name:

eu.maveniverse.maven.plugins:njord:0.9.0:export-all

Description:

Export out all stores as "transportable bundle" to given path.

Attributes:

  • Executes as an aggregator goal.
  • The goal is thread-safe and supports parallel builds.

Required Parameters

Name Type Since Description
<path> String - The path to export to. It may be an existing or non-existing directory (will be created).
Default: .
User Property: njord.path

Optional Parameters

Name Type Since Description
<skip> boolean - Plugin configuration to skip the Mojo. The Mojo can also be skipped by user property $mojoName.skip or $prefix.$mojoName.skip as well (check specific Mojo).
Default: false

Parameter Details

<path>

The path to export to. It may be an existing or non-existing directory (will be created).
  • Type: java.lang.String
  • Required: Yes
  • User Property: njord.path
  • Default: .

<skip>

Plugin configuration to skip the Mojo. The Mojo can also be skipped by user property $mojoName.skip or $prefix.$mojoName.skip as well (check specific Mojo).
  • Type: boolean
  • Required: No
  • Default: false