Standard Practice for Continuous Integration of Maven Multi-module projects

Posted by James Kingsbery on Stack Overflow See other posts from Stack Overflow or by James Kingsbery
Published on 2010-05-14T21:37:23Z Indexed on 2010/05/14 21:44 UTC
Read the original article Hit count: 274

I checked around, and couldn't find a good answer to this:

We have a multi-module Maven project which we want to continuously integrate. We thought of two strategies for handling this:

    1. Have our continuous integration server (TeamCity, in this case, but I've used others before and they seem to have the same issue) point to the aggregator POM file, and just build everything
      Have our continuous integration server point at each individual module

  • Is there a standard, preferred practice for this? I've checked Stack Overflow, Google, the Continuous Integration book, and did not find anything, but maybe I missed it.

    © Stack Overflow or respective owner

    Related posts about maven

    Related posts about continuous-integration