Just attempted to build all of Camel (skipping tests), and it failed on Camel GAE with the following message:
Downloading: http://repo.maven.apache.org/maven2/com/google/gdata/gdata-contacts-3.0/1.41.5/gdata-contacts-3.0-1.41.5.jar Downloading: http://repo.maven.apache.org/maven2/com/google/gdata/gdata-calendar-2.0/1.41.5/gdata-calendar-2.0-1.41.5.jar Downloading: http://repo.maven.apache.org/maven2/com/google/gdata/gdata-client-1.0/1.41.5/gdata-client-1.0-1.41.5.jar Downloading: http://repo.maven.apache.org/maven2/com/google/gdata/gdata-core-1.0/1.41.5/gdata-core-1.0-1.41.5.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12.394s [INFO] Finished at: Tue Aug 14 19:34:39 NZST 2012 [INFO] Final Memory: 8M/490M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project camel-gae: Could not resolve dependencies for project org.apache.camel:camel-gae:bundle:2.11-SNAPSHOT: The following artifacts could not be resolved: com.google.gdata:gdata-contacts-3.0:jar:1.41.5, com.google.gdata:gdata-calendar-2.0:jar:1.41.5, com.google.gdata:gdata-client-1.0:jar:1.41.5, com.google.gdata:gdata-core-1.0:jar:1.41.5: Could not find artifact com.google.gdata:gdata-contacts-3.0:jar:1.41.5 in central ( http://repo.maven.apache.org/maven2) -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException I don't imagine that's supposed to happen. This is with Maven 3.0.4 on Ubuntu 10.04, with Java 1.6.0_21. Attempted with Maven 2.2.1, and I got the same error. Seems that, despite there being a repository definition for http://mandubian-mvn.googlecode.com/svn/trunk/mandubian-mvn/repository in the OpenGSB project, Maven isn't actually using that in this case. Thanks, - Andrew Thorburn