L.S.,
Or you could try deleting the org.apache.maven.plugins directory from
your local repo. It might just be something that has gone corrupt in
there as well.
Regards
Gert
Bruce Snyder wrote:
On Fri, Jul 4, 2008 at 2:32 AM, Fullocto <[EMAIL PROTECTED]> wrote:
Hello, I'm trying to build 3-3 snapshots
I downloaded
servicemix-pom
components
and smx3/trunk
"mvn install" servicemix-pom (I add the plugin repositories to make it
works... so it was probably not the first step)
then I want to "mvn install" components/components-pom/trunk but plugins are
missing (site at least...)
I tried to add it in pluginmanagement but it still doesn't work:
[INFO] The plugin 'org.apache.maven.plugins:maven-site-plugin' does not
exist or
no valid version could be found
What to do?
You shouldn't need to download servicemix-pom. That is already
deployed to the central Maven repository so it doesn't need to be
built locally.
Based on what you describe above, you need to check out the
maven-plugins project. This can be done by checking out the trunk from
here:
https://svn.apache.org/repos/asf/servicemix/maven-plugins/maven-plugins-pom/trunk
And then building locally using 'mvn clean install' on them.
Bruce