Maven 3 Parallel build Projects Skipped

469 Views Asked by At

Does anybody know of any reason why some of my projects are marked as SKIPPED at the end of a successful maven build?

please note that the 'skip chain' always starts with my web project which includes the following features:

  • jspc-maven-plugin
  • war plugin with overlay
  • maven-dependency-plugin
1

There are 1 best solutions below

1
On

It could be due to OutOfMemoryError's inside Maven. We had similar problem with Maven skipping half of the modules. Increasing memory for Maven process itself solved the issue. I don't know if it is specific to some particular plugin behaving bad or to the Maven core.