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, ...
I am looking for a solution for the stated problem. I already figured out, that the project-settings from "Project Properties"->"Java Compiler"->"Errors/Warnings" are going to .settings/org.eclipse.jdt.core.prefs (like e.g. org.eclipse.jdt.core.compiler.problem.enumIdentifier=error).
It would be great, ...