0

If I have a maven module 'my-module', I can run dependency:build-classpath on it, as documented here: https://maven.apache.org/plugins/maven-dependency-plugin/build-classpath-mojo.html

This should give me a list of all jars I need in order to run things from my-module. But there's one jar missing: my-module.jar itself! Any way to fix this?

Mark VY
  • 1,489
  • 16
  • 31
  • 1
    check out the second answer of this question https://stackoverflow.com/questions/16655010/in-maven-how-output-the-classpath-being-used and see if it helps – wleao Jun 14 '22 at 01:45
  • YES I think it does, will look at this more hopefully tomorrow. – Mark VY Jun 14 '22 at 03:29

0 Answers0