Skip to content
bdferris edited this page Feb 19, 2012 · 2 revisions

We maintain a Maven repositories that collect release and snapshot artifacts of OneBusAway libraries, as well as dependencies:

http://nexus.onebusaway.org/content/groups/public/

To add a reference to the OneBusAway Maven repository to your Maven project simply add the following to your pom.xml <repositories/> section:

<repositories>
  <repository>
    <id>public.onebusaway.org</id>
    <url>http://nexus.onebusaway.org/content/groups/public/</url>
  </repository>
</repositories>

We use Nexus to manage our repositories. You can see the Nexus repository browser at:

http://nexus.onebusaway.org/