I'm trying to set up my first modular project, and it's not working.
The child project cannot find its dependencies.  Actually, it doesn't
even try to find them.  It just tries to compile my source, which
fails because the dependencies aren't in the classpath.

Here's my parent pom: https://github.com/kjkrum/DarkMatter/blob/master/pom.xml
And here's the module:
https://github.com/kjkrum/DarkMatter/blob/master/weapon/pom.xml

The dependencies are present in my repo: http://chalcodes.com/maven
Other (non-modular) projects using the same repo build just fine.

What am I doing wrong?

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to