njord:list-content
Full name:
eu.maveniverse.maven.plugins:njord:0.9.0:list-content
Description:
Lists content of given store.
Attributes:
- Executes as an aggregator goal.
- The goal is thread-safe and supports parallel builds.
Required Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<store> |
String |
- |
The name of the store to have content listed. User Property: njord.store |
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<file> |
String |
0.8.0 |
Optional; file to write GAVs (each on new line). Useful for automations where the list of artifacts is needed. User Property: njord.file |
<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
<file>
Optional; file to write GAVs (each on new line). Useful for automations where the list of artifacts is needed.
- Type:
java.lang.String - Since:
0.8.0 - Required:
No - User Property:
njord.file
<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
<store>
The name of the store to have content listed.
- Type:
java.lang.String - Required:
Yes - User Property:
njord.store
