Adding _temporarily_ the oss.sonatype.org repository to allow for furthor refinement of jetty-build-tool-configs SNAPSHOTS. will be removed once ruleset tweaks settle down

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1861 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Joakim Erdfelt 2010-05-24 22:40:14 +00:00
parent ff2399db3e
commit 5bb83c5bf4
1 changed files with 10 additions and 0 deletions

10
pom.xml
View File

@ -225,6 +225,16 @@
</plugins>
</pluginManagement>
</build>
<repositories>
<repository>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>sonatype-snapshots</id>
<name>Sonatype Jetty Snapshots</name>
<url>http://oss.sonatype.org/content/groups/jetty</url>
</repository>
</repositories>
<modules>
<module>jetty-util</module>
<module>jetty-io</module>