]> source.dussan.org Git - jgit.git/commitdiff
Remove Jetty p2 repository from Maven build 76/6276/1
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 6 Jun 2012 08:29:00 +0000 (10:29 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 6 Jun 2012 08:29:00 +0000 (10:29 +0200)
This reference is not required and would force all JGit consumers to
switch to Maven 3 and Tycho which isn't desirable.

Bug: http://dev.eclipse.org/mhonarc/lists/jgit-dev/msg01687.html
Change-Id: Iecf7c5aad46bb05fce0455cc8127aee2f679848c
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 09deec6aefb3d1ba71923ec0675c2d29f5ed800c..ad17122fff2f4df1f1896290d2f417ba1975f1f8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <id>jgit-repository</id>
       <url>http://download.eclipse.org/jgit/maven</url>
     </repository>
-    <repository>
-      <id>jetty</id>
-      <layout>p2</layout>
-      <url>http://download.eclipse.org/jetty/updates/jetty-bundles-7.x/${jetty-version}/</url>
-    </repository>
   </repositories>
 
   <build>