-
Notifications
You must be signed in to change notification settings - Fork 73
Maven Repository
bdferris edited this page Feb 19, 2012
·
5 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: