1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00

Remove Sonatype OSS repo, tycho-eclipserun is now in Maven central.

This commit is contained in:
Marc-Andre Laperle 2012-01-16 12:47:26 -05:00
parent 66f92bb582
commit 91866c57a2
2 changed files with 2 additions and 16 deletions

View file

@ -14,14 +14,6 @@
<artifactId>org.eclipse.cdt.doc.isv</artifactId>
<packaging>eclipse-plugin</packaging>
<!-- Remove when the tycho-eclipserun-plugin is in Maven central repo -->
<pluginRepositories>
<pluginRepository>
<id>oss-sonatype-releases</id>
<url>https://oss.sonatype.org/content/repositories/releases/</url>
</pluginRepository>
</pluginRepositories>
<build>
<plugins>
<plugin>
@ -40,6 +32,7 @@
</executions>
</plugin>
<plugin>
<!-- Change to groupId org.eclipse.tycho.extra after upgrade to Tycho 0.14 -->
<groupId>com.google.code.tycho-eclipserun-plugin</groupId>
<artifactId>tycho-eclipserun-plugin</artifactId>
<version>${tycho-version}</version>

View file

@ -13,14 +13,6 @@
<version>5.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.doc.user</artifactId>
<packaging>eclipse-plugin</packaging>
<!-- Remove when the tycho-eclipserun-plugin is in Maven central repo -->
<pluginRepositories>
<pluginRepository>
<id>oss-sonatype-releases</id>
<url>https://oss.sonatype.org/content/repositories/releases/</url>
</pluginRepository>
</pluginRepositories>
<build>
<plugins>
@ -40,6 +32,7 @@
</executions>
</plugin>
<plugin>
<!-- Change to groupId org.eclipse.tycho.extra after upgrade to Tycho 0.14 -->
<groupId>com.google.code.tycho-eclipserun-plugin</groupId>
<artifactId>tycho-eclipserun-plugin</artifactId>
<version>${tycho-version}</version>