Hi all,

Just curious. Roo uses aspectj-maven-plugin version 1.2, and says not to use 1.4:
Code:
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>aspectj-maven-plugin</artifactId>
        <version>1.2</version>
        <!-- NB: do not use 1.3 or 1.3.x due to MASPECTJ-90 and do not use 1.4 due to declare parents issue -->
        <dependencies>
        ...
What is the issue? Is there an issue tracker link?

-matthew