I need to use aspectj in a maven project. I installed the maven plugin for eclipse (m2e), the maven aspectj plugin, and also AJDT for Eclipse. So now, when i open a new project i have "Maven Project" and "AspectJ Project". how can i make a new project that is Maven AspectJ project? I did not found any reference for that, so you are my only hope. thanks
Source: http://blog.springsource.com/2011/10/18/upgrading-maven-integration-for-springsource-tool-suite-2-8-0/#comment-207264 (Andrew Eisenberg) |
|||
|
|
|
You should add the maven-aspectj-plugin to your build plugins section in your pom.xml as in:
|
|||
|
|
|
You will have to add the relevant project facets to your project configuration in eclipse after adding the AspectJ support in your maven |
|||
|
|
|
Check AJDT project configurator for m2eclipse The m2eclipse-AJDT plugin detect that the I think some effort have bean made for the plugin to work with version 0.12 of m2eclipse , dont know if it's worked. I already try the plugin with m2eclipse 0.10 and it worked well. See GitHub m2eclipse-ajdt project |
||||
|
|