njord:merge

Full name:

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

Description:

Merges from store onto to store, eventually dropping from store.

Attributes:

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

Required Parameters

Name Type Since Description
<drop> boolean - Whether source store should be dropped after successful operation.
Default: false
User Property: njord.drop
<from> String - The name of the source store.
User Property: njord.from
<to> String - The name of the target store.
User Property: njord.to

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

<drop>

Whether source store should be dropped after successful operation.
  • Type: boolean
  • Required: Yes
  • User Property: njord.drop
  • Default: false

<from>

The name of the source store.
  • Type: java.lang.String
  • Required: Yes
  • User Property: njord.from

<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

<to>

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