On Friday 13 April 2007 08:07, tog wrote: > I try to build cxf out from svn and I got some minor problems (I am > new to maven 2). > > When just typing mvn, I got the following error: > > The 'plugin 'org.apache.maven.plugins:maven-pmd-plugin' does not exist > or no valid version can be found
Hmm... that's not good. Do you have anything in your ~/.m2/settings.xml (like a mirror) that could be interfering? > What can I do to fix that ? I thought this should come automatically > from the maven2 repos. It definitely should. However, it's possible that your ~/.m2/repository has some corrupt metadata. You could try "rm -rf" the org/apache/maven/plugins directory to force it to re-resolve them all. > When going with maven -Pfastinstall except is usually fine except with > the latest revision for which I get this: Hmm.. that's not good. Could you run with "-X" and see if additional information is spit out? Also, what platform/OS are you on? -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog
