1

I want a list of runtime, compile and provided dependencies when using mvn dependency:list. I want to exclude dependencies with a test scope. "includeScope" has runtime and compile options, I want a union of the two. Is there a parameter I can use to achieve this?

2
  • You could use excludeScope=test Commented Aug 5, 2021 at 15:18
  • 1
    excludeScope=test doesn't work because it excludes all dependencies Commented Aug 5, 2021 at 15:22

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.