njord:merge
Full name:
eu.maveniverse.maven.plugins:njord:0.7.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: true User Property: drop |
<from> |
String |
- |
The name of the source store. User Property: from |
<to> |
String |
- |
The name of the target store. User Property: to |
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<skip> |
boolean |
- |
No description. Default: false User Property: skip |
Parameter Details
<drop>
Whether source store should be dropped after successful operation.
- Type:
boolean
- Required:
Yes
- User Property:
drop
- Default:
true
<from>
The name of the source store.
- Type:
java.lang.String
- Required:
Yes
- User Property:
from
<skip>
No description.
- Type:
boolean
- Required:
No
- User Property:
skip
- Default:
false
<to>
The name of the target store.
- Type:
java.lang.String
- Required:
Yes
- User Property:
to