njord:compare
Full name:
eu.maveniverse.maven.plugins:njord:0.7.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: bitwise User Property: comparator |
<details> |
boolean |
- |
Show detailed validation report. Default: false User 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: false User 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