On Dec 19, 2007 2:34 PM, clymbon <[EMAIL PROTECTED]> wrote: > > These missing dependencies are due to the ServiceMix project > > graduating from the Incubator and having its Maven repo moved in the > > Apache Subversion tree as noted previously on this mailing list: > > > > http://www.nabble.com/ServiceMix-Dependencies-not-found-to13798573s12049.html#a13808955 > > > > Yes, I read that posting. It suggests making changes to the "root pom.xml > for the entire ServiceMix project", replacing the line containing > http://svn.apache.org/repos/asf/incubator/servicemix/m2-repo > > However, you assume that people know where to find this file. As I said, > there a lots of different pom.xml files within the directory structure, and > none of them contain the above line.
OK, fair enough. The root pom is the pom.xml file inside the base directory from which every other POM in the ServiceMix project inherits in some way. I hazard a guess that you may only be looking at the POMs for the examples, so let's back up a bit. Did you download the source code from the Subversion repo or via zip/tarball? Also, which version are you using? > So, the question still hasn't been > answered. Within the examples subdirectories there are files that point to > url's like: http://people.apache.org/repo/m2-incubating-repository I would > assume that, if the project is no longer in incubation, perhaps these lines > need to be changed? (Guesswork...) Those URLs do not need to be changed because they do not point to the Incubator section of the ASF Subversion repo. And those URLs are only in the examples. What I'm referring to is the ServiceMix root pom.xml for the entire ServiceMix project. > I see that 3.2.1 is now available for downloading. I'll start again with a > fresh download. However, as someone unfamiliar with maven, trying to deduce > the structure and packaging of this project, it would be still be nice to > have an answer in order to understand what the "root pom.xml" file is. Are you trying to build all of ServiceMix or just some examples? If you're just trying to build the examples, there's no need to do anything other than changing the incorrect URL in the root POM. 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/ Apache Geronimo - http://geronimo.apache.org/ Blog: http://bruceblog.org/
