toolbox:gav-classpath-diff
Full name:
eu.maveniverse.maven.plugins:toolbox:0.14.0:gav-classpath-diff
Description:
Resolves two Maven Artifact and prints out the classpath differences.
Attributes:
- The goal is thread-safe and supports parallel builds.
Required Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<gav1> |
String |
- |
The first artifact coordinates in the format <groupId>:<artifactId>[:<extension>[:<classifier>]]:<version> to display classpath for.User Property: gav1 |
<gav2> |
String |
- |
The second artifact coordinates in the format <groupId>:<artifactId>[:<extension>[:<classifier>]]:<version> to display classpath for.User Property: gav2 |
<scope> |
String |
- |
The resolution scope to display, accepted values are "runtime", "compile", "test", etc. Default: runtimeUser Property: scope |
<unified> |
boolean |
- |
Set it true for unified diff.Default: falseUser Property: unified |
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<boms> |
String |
- |
Apply BOMs, if needed. Comma separated GAVs. User Property: boms |
<dryRun> |
boolean |
- |
Option to run potentially destructive commands without performing any IO. Default: falseUser Property: dryRun |
<extraRepositories> |
String |
- |
Appends extra repositories to context. User Property: extraRepositories |
<failOnLogicalFailure> |
boolean |
- |
Makes command fail on "logical" failure. Default: trueUser Property: failOnLogicalFailure |
<forceStdout> |
boolean |
- |
No description. User Property: forceStdout |
<verbosity> |
Output$Verbosity |
- |
No description. Default: NORMALUser Property: verbosity |
Parameter Details
<boms>
Apply BOMs, if needed. Comma separated GAVs.
- Type:
java.lang.String - Required:
No - User Property:
boms
<dryRun>
Option to run potentially destructive commands without performing any IO.
- Type:
boolean - Required:
No - User Property:
dryRun - Default:
false
<extraRepositories>
Appends extra repositories to context.
- Type:
java.lang.String - Required:
No - User Property:
extraRepositories
<failOnLogicalFailure>
Makes command fail on "logical" failure.
- Type:
boolean - Required:
No - User Property:
failOnLogicalFailure - Default:
true
<forceStdout>
No description.
- Type:
boolean - Required:
No - User Property:
forceStdout
<gav1>
The first artifact coordinates in the format
<groupId>:<artifactId>[:<extension>[:<classifier>]]:<version> to display classpath for.- Type:
java.lang.String - Required:
Yes - User Property:
gav1
<gav2>
The second artifact coordinates in the format
<groupId>:<artifactId>[:<extension>[:<classifier>]]:<version> to display classpath for.- Type:
java.lang.String - Required:
Yes - User Property:
gav2
<scope>
The resolution scope to display, accepted values are "runtime", "compile", "test", etc.
- Type:
java.lang.String - Required:
Yes - User Property:
scope - Default:
runtime
<unified>
Set it
true for unified diff.- Type:
boolean - Required:
Yes - User Property:
unified - Default:
false
<verbosity>
No description.
- Type:
eu.maveniverse.maven.toolbox.shared.output.Output$Verbosity - Required:
No - User Property:
verbosity - Default:
NORMAL
