njord:compare
Full name:
eu.maveniverse.maven.plugins:njord:0.8.3: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: comparator |
<details> |
boolean |
- |
Show detailed validation report. Default: falseUser Property: details |
<store1> |
String |
- |
The name of the first store to compare. User Property: store1 |
<store2> |
String |
- |
The name of the second store to compare. User Property: store2 |
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<skip> |
boolean |
- |
No description. Default: falseUser Property: skip |
Parameter Details
<comparator>
The name of the comparator to use to compare.
- Type:
java.lang.String - Required:
Yes - User Property:
comparator - Default:
bitwise
<details>
Show detailed validation report.
- Type:
boolean - Required:
Yes - User Property:
details - Default:
false
<skip>
No description.
- Type:
boolean - Required:
No - User Property:
skip - Default:
false
<store1>
The name of the first store to compare.
- Type:
java.lang.String - Required:
Yes - User Property:
store1
<store2>
The name of the second store to compare.
- Type:
java.lang.String - Required:
Yes - User Property:
store2
