I have a maven multi module project A. This project has the sub modules B and C.
Now, I want to use the maven-dependency-plugin plugin to get all the dependencies of A, B and C, but without specifying A, B and C in my pom. I just want to call A.
If I just specify A, I don't get B's and C's dependencies.
Is this possible?