[Building Sakai] Problem with pom.xml at root of edu-services

Jim Eng jimeng at umich.edu
Wed Oct 20 10:26:53 PDT 2010


The "repositories" tag in the root pom.xml file for edu-services includes the following repository element:

        <repository>
            <id>apache-repo</id>
            <name>apache-repo</name>
            <layout>default</layout>
            <url>http://myfaces.zones.apache.org/dist/maven-repository</url>
            <releases>
                <enabled>true</enabled>
            </releases>
            <snapshots>
                <enabled>false</enabled>
            </snapshots>
        </repository>

This seems to be an invalid URL, and it causes problems when doing a full build of sakai with gradebook2.  The build hangs at this point for several minutes before timing out: 

[INFO] artifact org.sakaiproject.edu-services.sections:sections-integrationsupport: checking for updates from apache-repo

After that long delay, the following messages are displayed:

[WARNING] repository metadata for: 'artifact org.sakaiproject.edu-services.sections:sections-integrationsupport' could not be retrieved from repository: apache-repo due to an error: Operation timed out
[INFO] Repository 'apache-repo' will be blacklisted

A similar repository element has been commented out in the master/pom.xml file.  Could someone remove or update the edu-services pom.xml file?

Thanks.

Jim 


More information about the sakai-dev mailing list