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.
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?
I’m using:
- m2eclipse 0.9.8
- AJDT 2.0.0
- Eclipse 3.4
Thanks