All Questions
1 question
79
votes
7
answers
80k
views
In Maven, how output the classpath being used?
For my current purposes I have a Maven project which creates a war file, and I want to see what actual classpath it is using when creating the war. Is there a way to do that in a single command -- ...