On Mon, Oct 6, 2008 at 4:12 PM, Red <[EMAIL PROTECTED]> wrote: > On Mon, 2008-06-10 at 14:39 -0500, Leonardo Uribe wrote: > > > It is a problem related to plexus dependencies. If > > myfaces-builder-plugin and myfaces-builder-annotations compiles, this > > dependency should be available on local repository. Try rebuild all > > maven2-plugins and then try again. > > > > > I went to my .m2/reposity directory and deleted all plexus related > stuff. I then 'mvn install'ed maven2-plugins again. > > Tried 'mvn install' on myfaces-core-project and got the same error. > > Is this a version problem? There are 3 versions of plexus-utils that get > downloaded when maven2-plugins are built (1.0.1, 1.0.2 and 1.0-alpha-3). > I looked for the missing method in all of them and none of them have it, > so the error message is not lying. Why is the MyFaces build tool plugin > expecting that method to be there? >
On my local repo there are versions from 1.0.4 to 1.5.6. Maybe it is related to your maven version. Try upgrade your maven version. I'm using 2.0.8. It's more, I'm using two diferent environments (windows and linux) with maven and in both compiles without problem. myfaces-builder-plugin has a custom unpack goal that uses maven-dependency-plugin api (and transitively plexus utils to include and exclude files). > > Val > > > > > >
