Re: [eclipse:eclipse] AspectJ Dependencies Not Added to Classpath

2010-10-21 Thread Ole Ersoy
Indeed it is - I just added this to the pom's build plugins section: org.apache.maven.plugins maven-eclipse-plugin 2.8 And now it's all good. Thanks

Re: [eclipse:eclipse] AspectJ Dependencies Not Added to Classpath

2010-10-21 Thread Rune Flobakk
This was fixed in version 2.8 of maven-eclipse-plugin: http://jira.codehaus.org/browse/MECLIPSE-594 - Rune >Hi, > >When I run eclipse:eclipse the following two dependencies do not get added to >the classpath. > > >org.aspectj >aspe

[eclipse:eclipse] AspectJ Dependencies Not Added to Classpath

2010-10-21 Thread Ole Ersoy
Hi, When I run eclipse:eclipse the following two dependencies do not get added to the classpath. org.aspectj aspectjrt 1.5.4 org.aspectj