Did you check the plugin documentation?
http://maven.apache.org/plugins/maven-eclipse-plugin/examples/ajdt-projects.html
AspectJ needs more than just the dependencies for the eclipse .project to work.
You need
<configuration>
<ajdtVersion>1.5</ajdtVersion>
</configuration>
See the above link as you may also need to configure
<groupId>org.codehaus.mojo</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
Caveat: I've never used AspectJ so I am just linking from the docs.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]