Clean up: No p2 repos in pom.xml with target-platform-configuration 73/38173/2
authorMichael Vorburger <vorburger@redhat.com>
Wed, 27 Apr 2016 21:48:04 +0000 (23:48 +0200)
committerMichael Vorburger <vorburger@redhat.com>
Tue, 10 May 2016 13:41:58 +0000 (15:41 +0200)
This avoids a number of confusing WARNING during the build.

Change-Id: Ib8eb12b907b7cc0a8e8df06e66dfeb261409e143
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index c999504257d541b280357819fbdd3b45a03c3acc..e02c2d5c792564e33329e74e573f2eb5f27698f4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <module>product/update-site</module>
   </modules>
 
-  <repositories>
-    <repository>
-      <layout>p2</layout>
-      <id>mars</id>
-      <url>http://download.eclipse.org/releases/mars/</url>
-    </repository>
-    <repository>
-      <layout>p2</layout>
-      <id>sonatype</id>
-      <url>https://repository.sonatype.org/content/repositories/forge-sites/m2e-extras/0.15.0/N/0.15.0.201206251206/</url>
-    </repository>
-    <!--repository>
-      <layout>p2</layout>
-      <id>emf-compare</id>
-      <url>http://download.eclipse.org/modeling/emf/compare/updates/releases/</url>
-    </repository-->
-  </repositories>
-
   <build>
     <plugins>
       <plugin>