> On Nov 9, 2014, at 3:15 PM, Andrus Adamchik <and...@objectstyle.org> wrote: > >> It could be that "package" is the minimum phase required in a multi-module >> build, > > Actually that should at least be "verify" phase, as this includes our new > integration tests: > > http://maven.apache.org/surefire/maven-failsafe-plugin/ > > Andrus
BTW, "verify" works. I just did a little test locally and it worked as expected. So we don't need to "install" in CI environment. # this is to prove that Maven uses its "reactor" for Cayenne dependencies, # and not something previously installed in the repo rm -rf ~/.m2/repository/org/apache/cayenne # run the build mvn clean verify Andrus