Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-05-06 12:56:07 +0000
committerUwe Stieber2012-05-06 12:56:07 +0000
commita5d84b4dee1a180114c3ec036afe2fcb13d547c9 (patch)
treed9fdd9b833ac5427f448116584777b83e1bdff51 /features/org.eclipse.tcf.repo
parentbc9c073ff009b5e6c0965fbbea3add325550eac8 (diff)
downloadorg.eclipse.tcf-a5d84b4dee1a180114c3ec036afe2fcb13d547c9.tar.gz
org.eclipse.tcf-a5d84b4dee1a180114c3ec036afe2fcb13d547c9.tar.xz
org.eclipse.tcf-a5d84b4dee1a180114c3ec036afe2fcb13d547c9.zip
Maven: Declare Eclipse Maven repository in parent config pom-config.xml
Diffstat (limited to 'features/org.eclipse.tcf.repo')
-rw-r--r--features/org.eclipse.tcf.repo/pom.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/features/org.eclipse.tcf.repo/pom.xml b/features/org.eclipse.tcf.repo/pom.xml
index 38774466e..af4a14f6a 100644
--- a/features/org.eclipse.tcf.repo/pom.xml
+++ b/features/org.eclipse.tcf.repo/pom.xml
@@ -22,19 +22,6 @@
<jacoco.skip>true</jacoco.skip>
</properties>
- <pluginRepositories>
- <pluginRepository>
- <id>maven.eclipse.org</id>
- <url>http://maven.eclipse.org/nexus/content/repositories/public</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </pluginRepository>
- </pluginRepositories>
-
<!-- Packaging and signing -->
<profiles>
<profile>

Back to the top