Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2014-05-05 14:22:34 +0000
committerDoug Schaefer2014-05-05 17:41:54 +0000
commit1ebf3f6a81c66780db185c1afb10f11b3553537f (patch)
treebee3ae790f742c31d897895993886efa604fee90 /releng/org.eclipse.cdt.repo/pom.xml
parent4d6b998597f0f5a444ebf81941fa889ab926393a (diff)
downloadorg.eclipse.cdt-1ebf3f6a81c66780db185c1afb10f11b3553537f.tar.gz
org.eclipse.cdt-1ebf3f6a81c66780db185c1afb10f11b3553537f.tar.xz
org.eclipse.cdt-1ebf3f6a81c66780db185c1afb10f11b3553537f.zip
Fix up signing for master builds.
Change-Id: I9c8998be1e6e2db86fa3aae6665f95f6e28888e3 Reviewed-on: https://git.eclipse.org/r/25974 Tested-by: Hudson CI Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
Diffstat (limited to 'releng/org.eclipse.cdt.repo/pom.xml')
-rw-r--r--releng/org.eclipse.cdt.repo/pom.xml74
1 files changed, 0 insertions, 74 deletions
diff --git a/releng/org.eclipse.cdt.repo/pom.xml b/releng/org.eclipse.cdt.repo/pom.xml
index 2f1f98af1bf..71f760717d4 100644
--- a/releng/org.eclipse.cdt.repo/pom.xml
+++ b/releng/org.eclipse.cdt.repo/pom.xml
@@ -15,13 +15,6 @@
<artifactId>org.eclipse.cdt.repo</artifactId>
<packaging>eclipse-repository</packaging>
- <pluginRepositories>
- <pluginRepository>
- <id>cbi</id>
- <url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
- </pluginRepository>
- </pluginRepositories>
-
<build>
<finalName>${project.artifactId}</finalName>
</build>
@@ -35,73 +28,6 @@
<build>
<plugins>
<plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <version>${tycho-version}</version>
- <configuration>
- <includePackedArtifacts>false</includePackedArtifacts>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-pack200a-plugin</artifactId>
- <version>${tycho-version}</version>
- <executions>
- <execution>
- <id>pack200-normalize</id>
- <goals>
- <goal>normalize</goal>
- </goals>
- <phase>verify</phase>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.eclipse.cbi.maven.plugins</groupId>
- <artifactId>eclipse-jarsigner-plugin</artifactId>
- <version>1.0.4</version>
- <executions>
- <execution>
- <id>sign</id>
- <phase>verify</phase>
- <goals>
- <goal>sign</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-pack200b-plugin</artifactId>
- <version>${tycho-version}</version>
- <executions>
- <execution>
- <id>pack200-pack</id>
- <goals>
- <goal>pack</goal>
- </goals>
- <phase>verify</phase>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-p2-plugin</artifactId>
- <version>${tycho-version}</version>
- <executions>
- <execution>
- <id>p2-metadata</id>
- <goals>
- <goal>p2-metadata</goal>
- </goals>
- <phase>verify</phase>
- </execution>
- </executions>
- <configuration>
- <defaultP2Metadata>false</defaultP2Metadata>
- </configuration>
- </plugin>
- <plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.7</version>
<executions>

Back to the top