njord:export

Full name:

eu.maveniverse.maven.plugins:njord:0.7.0:export

Description:

Export out a store 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 a directory, then the file name will be same as store name, or some custom file name. In latter case is recommended to use same extension as Njord does (".ntb").
Default: .
User Property: path
<store> String - The name of the store to export.
User Property: store

Optional Parameters

Name Type Since Description
<skip> boolean - No description.
Default: false
User Property: skip

Parameter Details

<path>

The path to export to. It may be a directory, then the file name will be same as store name, or some custom file name. In latter case is recommended to use same extension as Njord does (".ntb").
  • Type: java.lang.String
  • Required: Yes
  • User Property: path
  • Default: .

<skip>

No description.
  • Type: boolean
  • Required: No
  • User Property: skip
  • Default: false

<store>

The name of the store to export.
  • Type: java.lang.String
  • Required: Yes
  • User Property: store