-
Jun 5th, 2009, 03:28 AM
#1
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.plexus
lexus-utils:jar:1.1
-
Jun 5th, 2009, 07:21 PM
#2
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.
-
Jun 8th, 2009, 10:10 PM
#3
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
-
Forum Rules