Well it turns out that m2e does ignore the aspectj-maven-plugin because I explicitly ask it to do so. The solution is quite simple. Just change:
<action>
<ignore/>
</action>
to
Type: Posts; User: hurzeler; Keyword(s):
Well it turns out that m2e does ignore the aspectj-maven-plugin because I explicitly ask it to do so. The solution is quite simple. Just change:
<action>
<ignore/>
</action>
to
Hi there,
I need some help here. I am trying to run the vote example of Spring Roo 1.2.2.RELEASE in Eclipse Juno. All is fine if I 'perform eclipse' on the vote project. Then open it in eclipse. It...