Re: [m2e-users] Output folders not refreshed between build participants

2013-01-31 Thread Martin Ellis
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

Re: [m2e-users] Output folders not refreshed between build participants

2012-09-14 Thread Igor Fedorenko
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