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!