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?