Ticket #344 (closed task: fixed)
GeoTools auto builds failing due to maven repository webdav folder not responding
| Reported by: | jive | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Systems Admin | Keywords: | download |
| Cc: | aaime |
Description
Our auto build box (running hudson) is failing maven builds randomly due to the osgeo webdav folder for geotools (where we publish our jars and pom.xml files) not being able to keep up.
Here is an example error:
Error transferring file
org.opengis:geoapi-pending:jar:2.3-SNAPSHOT
from the specified remote repositories:
central ( http://repo1.maven.org/maven2), osgeo ( http://download.osgeo.org/webdav/geotools/), maven2-repository.dev.java.net ( http://download.java.net/maven/2), geotools ( http://maven.geotools.fr/repository)
Path to dependency:
1) org.geotools:gt-mysql:jar:2.6-SNAPSHOT 2) org.geotools:gt-jdbc:jar:2.6-SNAPSHOT 3) org.geotools:gt-api:jar:2.6-SNAPSHOT 4) org.geotools:gt-referencing:jar:2.6-SNAPSHOT 5) org.geotools:gt-metadata:jar:2.6-SNAPSHOT 6) org.opengis:geoapi-pending:jar:2.3-SNAPSHOT
This problem is intermittent; we have set up a second repository on an opengeo server ; but this presents some confusion for the user community (and we do not like "do what we say; not what we do" as a policy).