Hi,
In our company lot of people complains that our maven 2 builds are too long.
We use multi modules and most of the time we only need to build 1 or 2
modules not all of them.
So a solution could be to create a Maven 2 plugin that will check if a
source file has changed in the module. If no file has changed then it
will skip all other phases of the module (from generate-sources to
packaging...).
So I know how to bind a plugin to the first maven phase (validate).
But how to skip all others phases without interrupted the multi-module
build ?
Thanks
Yann
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]