Hi.  I'm new to XWiki and haven't done much
with Java and Maven, so
 apologies for the dumb question...
 I'm trying to build from the git repositories.  I'm starting with
 xwiki-commons and just naively typing "mvn" to see what happens.  It
 seems to get quite a long way through the build, but then dies with:
 [WARNING] The POM for
 edu.emory.mathcs.util:emory-util-classloader:jar:2.1 is missing, no
 dependency information available
 [ERROR] Failed to execute goal on project xwiki-commons-classloader-api:
 Could not resolve dependencies for project
 org.xwiki.commons:xwiki-commons-classloader-api:jar:4.5-SNAPSHOT:
 Failure to find edu.emory.mathcs.util:emory-util-classloader:jar:2.1 in
 
http://repo1.maven.org/maven2 was cached in the local repository,
 resolution will not be reattempted until the update interval of central
 has elapsed or updates are forced -> [Help 1]
 Interpreting the various .pom files, it looks like it expects to find
 all necessary dependencies on 
maven.xwiki.org.  Looking through the
 hierarchy there, seems like there's org. and com. hierarchies, but
 nothing under edu. at all.
 Am I supposed to configure other repositories myself before this build
 will work?  
  Or is it just an oversight that edu.emory.mathcs.util
isn't
 already included on maven.xwiki.org?