If you're interested in functional programming, you might also want to checkout my second blog which i'm actively working on!!

Friday, February 19, 2010

AspectJ dependencies are skipped by maven-eclipse-plugin

I just upgraded my maven-eclipse-plugin from version 2.5 to 2.7. Running mvn eclipse:eclipse looked normal but Eclipse was complaining about AspectJ classes which could not be found... I opened the classpath file and verified that indeed the aspectj jars were not included. A quick search on google resulted in following JIRA issue.

Provided solution:

6 comments:

  1. Thanks for the help! I was nearly to drive crazy... :)

    Cheers
    Martin

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. Thanks for the post! You have saved me from hanging!!!

    Regards,

    Raul

    ReplyDelete
  4. Thanks a lot. You saved me a lot of time.

    ReplyDelete