njord:list-content
Full name:
eu.maveniverse.maven.plugins:njord:0.8.3: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: 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: file |
<skip> |
boolean |
- |
No description. Default: falseUser Property: skip |
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:
file
<skip>
No description.
- Type:
boolean - Required:
No - User Property:
skip - Default:
false
<store>
The name of the store to have content listed.
- Type:
java.lang.String - Required:
Yes - User Property:
store
