Currently, I have a Maven project which inherits from a parent pom
defining two aspect jars. The advice markers are displayed for both aspect
jars via the m2eclipse AJDT integration (which adds the jar's to the
aspect path, as would be done with external Jars).
However, in this case, I only want advice markers displayed for one of the
aspect jars, but I don?t seem to be able to achieve this. I?ve looked at
the ?Configure Advice Markers? dialog, however this only seems to allow
configuration of markers related to aspects defined within that project,
not ones defined in external jars.
Is there way to achieve this filtering of advice markers when using
external jars?