Hello,
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.
A small example below:
1. my first plugin generates JFlex source files out of XML using XSLT and
puts everything into /target/generated-sources/
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
Hi all,
m2e 0.16.0 RC2 (0.16.0.20120914-0945) is available from the m2e-wtp 0.16.0
milestones update site [1].
Along a couple minor bugs [2] that have been fixed thanks to the
contributions of Roberto Sanchez and Marcos Munoz, from IBM,
the most notable changes since the last RC1 build are :
* al