toolbox:gav-search
Full name:
eu.maveniverse.maven.plugins:toolbox:0.7.1:gav-search
Description:
Searches Maven Artifacts using SMO service.
Attributes:
- The goal is thread-safe and supports parallel builds.
Required Parameters
Name | Type | Since | Description |
---|---|---|---|
<expression> |
String |
- |
The expression to search for. User Property: expression |
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 |
<repositoryBaseUri> |
String |
- |
The base URI of the remote repository. User Property: repositoryBaseUri |
<repositoryId> |
String |
- |
A repository ID. Maybe a "well known" one, or if all repository data given, a new one. Default: central User Property: repositoryId |
<repositoryVendor> |
String |
- |
The vendor of the remote repository. User Property: repositoryVendor Alias: toolbox.search.backend.type |
<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
<expression>
The expression to search for.
- Type:
java.lang.String
- Required:
Yes
- User Property:
expression
<failOnLogicalFailure>
No description.
- Type:
boolean
- Required:
No
- User Property:
failOnLogicalFailure
- Default:
true
<forceStdout>
No description.
- Type:
boolean
- Required:
No
- User Property:
forceStdout
<repositoryBaseUri>
The base URI of the remote repository.
- Type:
java.lang.String
- Required:
No
- User Property:
repositoryBaseUri
<repositoryId>
A repository ID. Maybe a "well known" one, or if all repository data given, a new one.
- Type:
java.lang.String
- Required:
No
- User Property:
repositoryId
- Default:
central
<repositoryVendor>
The vendor of the remote repository.
- Type:
java.lang.String
- Required:
No
- User Property:
repositoryVendor
- Alias:
toolbox.search.backend.type
<verbosity>
No description.
- Type:
eu.maveniverse.maven.toolbox.shared.output.Output$Verbosity
- Required:
No
- User Property:
verbosity
- Default:
NORMAL