Sorry, series of lapsues:
so, verbose modes are: NONE, STANDARD and FULL.
Wherever I wrote "DEFAULT" I meant "STANDARD" instead.
The enum in question:
/**
* The enum representing verbosity levels of conflict resolver.
*
* @since 1.9.8
*/
public enum Verbosity {
Howdy,
1. Historically (and today) users (and client code needing verbose tree,
like enforcer convergence rule) sets
`aether.conflictResolver.verbose=true`
in config properties of resolver session. Again, as this may happen by user
on CLI, or in code, like plugins, this part is unchanged.
And as
Hi,
I have a couple of questions regarding the recent changes to how
*aether.conflictResolver.verbose* property is set:
https://github.com/apache/maven-resolver/blob/master/maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/transformer/ConflictResolver.java#L106
.
1. To be able to se