Results 1 to 3 of 3

Thread: Missing Maven dependencies

  1. #1
    Join Date
    Jun 2009
    Posts
    2

    Default Missing Maven dependencies

    Hi guys,

    I'm getting dependency errors when I try to run test/run a roo project. Missing these jars. I know that I can manually installing them into my local m2 repo, but I was wondering what did I do wrong.

    org.aspectj:aspectjrt:jar:1.5.4
    org.aspectj:aspectjtools:jar:1.5.4
    org.apache.maven.reporting:maven-reporting-impl:jar:2.0
    org.codehaus.plexuslexus-utils:jar:1.1

  2. #2
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    This is quite strange. Can you please verify you are using Maven 2.0.9 or above; there was a bug in earlier Maven releases, as referred to in the distribution's readme. If the problem remains after you upgrade to the latest Maven, try "mvn -up eclipse:eclipse". This upgrades your Maven plugins.
    Ben Alex
    Project Founder, Spring UAA, Spring Roo and Spring Security

  3. #3
    Join Date
    Jun 2009
    Posts
    2

    Default

    Hi,

    Thanks for the reply. It pointed me to the right direction, my maven has settings to some custom repos that were not resolving properly. It works properly now.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •