Hi all,

I am working on getting a dependencyGraphBuilder working in its own project
with up to date dependencies (maven-resolver-api etc) as I was having a lot
of issues with some of the older code when trying to update the
dependency-plugin directly.

I used maven-plugin-testing-harness to test the plugin per
https://maven.apache.org/plugin-developers/plugin-testing.html but the test
fails unless I use maven-compat which I should avoid per
http://maven.apache.org/ref/3.6.3/maven-compat/. I've tried reading the
documentation but can't find a solution other than maven-compat. Is there a
better or newer way to test this so I can avoid maven-compat?

Github for project:
https://github.com/GoogleCloudPlatform/cloud-opensource-java/tree/DependencyGraphBuilderMojo/verboseTree-maven-plugin
(branch is DependencyGraphBuilderMojo)

Note this repo has many projects but everything is in reference to
verboseTree-maven-plugin

Any help/documentation links are greatly appreciated,
Ian

Reply via email to