On 14 September 2012 09:40, Andrius Velykis wrote:
> I have an issue with m2e when chaining plugins in Maven, i.e. when the
> output folder of first plugin is used by second plugin as an input folder.
I lost many hours to this last night, assuming the bug was in my plugin.
I've filed the issue in
This is a bug but will likely be hard to fix. I am not even sure it is
possible to fix. What may work, is to create new BuildContext for each
mojo executed from within MavenBuilder during incremental build. This
build context should original resource delta that triggered the build
and any changes