0

I need a way to generate dependency tree for test execution in my project that uses munit maven plugin and get all the dependencies that are downloaded as part of code coverage execution

I tried many options ( generating dpedency graph for munit maven plugin/ on mvn test etc) but i am not able To generate dependency tree for test execution

The regular dependency tree command is not giving the dependencies downloaded as part of munit code coverage execution

Any help would be highly appreciated

3
  • Why are you trying to get those dependencies? What information are you trying to find? Do they appear if you run Maven in verbose mode (mvn -X ...)? edit the question to add a minimal reproducible example and show what is the expected output you are trying to get. Commented Aug 22 at 18:15
  • update the question with what is expected Commented Aug 27 at 13:28
  • Have you tried mvn dependency:tree -Dscope=test ? The munit is a. Maven plugin which uses it's own cllassloader and dependency tree for execution... the question is: The dependencies of the plugin? Of for your test execution? Commented Sep 8 at 5:09

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.