Eric Sword wrote: > I tried to build geoserver from source for the first time a couple of > weeks ago. The only problem I hit was with the org.h2database > dependency in the root pom and the WMS project pom. As near as I can > tell, all h2 artifacts are now posted under com.h2database rather than > org.h2database. I could find version 1.1.110 under the former, but > not the latter. Am I missing something obvious, or do these > references need to be updated? I've only been working with maven for > a few months, so my apologies if I'm missing something obvious. I > think I must be since other people can obviously compile. > > Thanks, > e
The usual problem with Maven is that if you build multiple projects your local repository contains the union of all the depencies. So if GeoTools includes all the right repositories, and GeoServer is missing some, then no GeoServer developer is going to notice because they build GT all the time anyway. But I've been publishing those jars to http://repo.opengeo.org/org/h2database/h2/ , and that's a repo in trunk/src/pom.xml . What version of GeoServer are you trying to build ? -Arne -- Arne Kepp OpenGeo - http://opengeo.org Expert service straight from the developers ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
