[ http://jira.codehaus.org/browse/MECLIPSE-594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=186517#action_186517 ]
Bryan Mason commented on MECLIPSE-594: -------------------------------------- Wow this bug is a strange one... I can't imagine why it would be a good idea to exclude all dependencies with aspectj in the name. Caused me four hours of grief... Please fix! To anyone who wants to know how I worked around this issue, add the following to your pom, aspectj dependencies will be included after making this change. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <configuration> <ajdtVersion>none</ajdtVersion> </configuration> </groupId> </plugin> > set AJDT version parameter to none by default > --------------------------------------------- > > Key: MECLIPSE-594 > URL: http://jira.codehaus.org/browse/MECLIPSE-594 > Project: Maven 2.x Eclipse Plugin > Issue Type: Task > Components: AJDT support > Affects Versions: 2.6, 2.7 > Reporter: Arnaud Heritier > Assignee: Arnaud Heritier > Fix For: 2.8 > > > It will be easier for our user if by default AJDT support is off. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira