Re: How does dependencyManagement analysis in Maven-Tree work

2020-07-28 Thread Ian Lavallee
Hi all, I was able to find some StackOverflow questions that described the expected behaviour and I'm able to get this feature implemented by injecting a MavenProject variable and accessing the project's Model DependencyManagement field. Thanks, Ian On Tue, Jul 28, 2020 at 3:24 PM Ian Lavallee

How does dependencyManagement analysis in Maven-Tree work

2020-07-28 Thread Ian Lavallee
I have a working but not feature complete verbose tree builder and serializer in the maven-dependency-plugin and I am trying to add the dependencyManagement messages (ex. (org.apache.maven:maven-model:jar:2.0.5:test - version managed from 2.0.4; scope managed from compile; omitted for conflict with