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:
parent
ff2399db3e
commit
5bb83c5bf4
10
pom.xml
10
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue