njord:compare
Full name:
eu.maveniverse.maven.plugins:njord:0.9.0:compare
Description:
Compares two given stores against each other.
Attributes:
- Executes as an aggregator goal.
- The goal is thread-safe and supports parallel builds.
Required Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<comparator> |
String |
- |
The name of the comparator to use to compare. Default: bitwiseUser Property: njord.comparator |
<details> |
boolean |
- |
Show detailed validation report. Default: falseUser Property: njord.details |
<store1> |
String |
- |
The name of the first store to compare. User Property: njord.store1 |
<store2> |
String |
- |
The name of the second store to compare. User Property: njord.store2 |
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
<comparator>
The name of the comparator to use to compare.
- Type:
java.lang.String - Required:
Yes - User Property:
njord.comparator - Default:
bitwise
<details>
Show detailed validation report.
- Type:
boolean - Required:
Yes - User Property:
njord.details - Default:
false
<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
<store1>
The name of the first store to compare.
- Type:
java.lang.String - Required:
Yes - User Property:
njord.store1
<store2>
The name of the second store to compare.
- Type:
java.lang.String - Required:
Yes - User Property:
njord.store2
