Multi-Module Maven builds

I’m trying to get a multi-module Maven build set up with Circle. I’ve tried the multi-module build suggestion here:

http://www.alexecollins.com/migrating-to-circleci/

…and also the topic on this forum, “Maven dependency caching for dependencies fetched from test step for non-maven based project” (sorry I’m a new user it won’t let me post more than one link).

It seems like Circle wants to resolve the dependencies before building, but the modules depend on the other modules in the build as their dependencies. This build works great locally, and works on other CI platforms, however I can’t get it to work with Circle.

Any help is appreciated. Thanks!

Anything of your circle.yml file that you can provide will help in providing answers. Sounds like you’ll need to override the dependencies section which is what the author did in the blog post you’ve linked.