njord:write

Full name:

eu.maveniverse.maven.plugins:njord:0.9.0:write

Description:

Writes out a store as "remote Maven repository" directory structure to given directory.

Attributes:

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

Required Parameters

Name Type Since Description
<directory> String - The directory to write out the store to.
User Property: njord.directory
<store> String - The name of the store to be written out.
User Property: njord.store

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

<directory>

The directory to write out the store to.
  • Type: java.lang.String
  • Required: Yes
  • User Property: njord.directory

<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

<store>

The name of the store to be written out.
  • Type: java.lang.String
  • Required: Yes
  • User Property: njord.store