incremental-module-builder
incremental-module-builder copied to clipboard
Option for building dependencies of changed modules
Hello,
I am missing the option to build the dependencies of changed modules too. In my case, I have a maven module that generates code that is shared across multiple modules. Using this extension, the code never gets generated because the necessary module never builds, even if it is a direct dependency of a built module. This then causes the overall build to fail, because of missing generated code.