[Building Sakai] New Snapshot repo: clean up of Snapshots artefacts

David Horwitz david.horwitz at uct.ac.za
Fri May 8 08:17:37 PDT 2009


Hi All

Now that the snapshot repo is up and running at
http://source.sakaiproject.org/maven2-snapshots we will be cleaning up
the old snapshot artefacts in the main repository. This should be
transparent to most users as the repo locations have been in trunk and
2-6-x for some weeks now. If you have your own vendor dump or custom
master/pom.xml you may want to add the following to you master/pom.xml
repositories definition:

    <repository>
      <id>sakai-maven2-snapshots</id>
      <name>Sakai Maven Repo</name>
      <layout>default</layout>
      <url>http://source.sakaiproject.org/maven2-snapshots</url>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
    </repository>

Regards

David Horwitz




More information about the sakai-dev mailing list