toolbox:gav-list-available-plugins
Full name:
eu.maveniverse.maven.plugins:toolbox:0.7.1:gav-list-available-plugins
Description:
List available plugins for given Gs.
Attributes:
- The goal is thread-safe and supports parallel builds.
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<dryRun> |
boolean |
- |
Option to run potentially destructive commands without performing any IO. Default: false User Property: dryRun |
<failOnLogicalFailure> |
boolean |
- |
No description. Default: true User Property: failOnLogicalFailure |
<forceStdout> |
boolean |
- |
No description. User Property: forceStdout |
<groupIds> |
String |
- |
The comma separated GroupIDs to list. User Property: groupIds |
<toPom> |
File |
- |
Generate POM w/ pluginManagement out of results. User Property: toPom |
<upsert> |
boolean |
- |
Whether to update existing only, or upsert. User Property: upsert |
<verbosity> |
Output$Verbosity |
- |
No description. Default: NORMAL User Property: verbosity |
Parameter Details
<dryRun>
Option to run potentially destructive commands without performing any IO.
- Type:
boolean
- Required:
No
- User Property:
dryRun
- Default:
false
<failOnLogicalFailure>
No description.
- Type:
boolean
- Required:
No
- User Property:
failOnLogicalFailure
- Default:
true
<forceStdout>
No description.
- Type:
boolean
- Required:
No
- User Property:
forceStdout
<groupIds>
The comma separated GroupIDs to list.
- Type:
java.lang.String
- Required:
No
- User Property:
groupIds
<toPom>
Generate POM w/ pluginManagement out of results.
- Type:
java.io.File
- Required:
No
- User Property:
toPom
<upsert>
Whether to update existing only, or upsert.
- Type:
boolean
- Required:
No
- User Property:
upsert
<verbosity>
No description.
- Type:
eu.maveniverse.maven.toolbox.shared.output.Output$Verbosity
- Required:
No
- User Property:
verbosity
- Default:
NORMAL