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 -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache ActiveMQ - http://activemq.org/ Apache Camel - http://activemq.org/camel/ Apache ServiceMix - http://servicemix.org/ Blog: http://bruceblog.org/
