From 1ebf3f6a81c66780db185c1afb10f11b3553537f Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Mon, 5 May 2014 10:22:34 -0400 Subject: [PATCH] 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 --- pom.xml | 81 +++++++++++++++++++++++++++++ releng/org.eclipse.cdt.repo/pom.xml | 74 -------------------------- 2 files changed, 81 insertions(+), 74 deletions(-) diff --git a/pom.xml b/pom.xml index 7159cd1c3e1..3f38710eba6 100644 --- a/pom.xml +++ b/pom.xml @@ -236,6 +236,13 @@ + + + cbi + https://repo.eclipse.org/content/repositories/cbi-releases/ + + + platform-4.3 @@ -285,6 +292,80 @@ + + production + + + + org.eclipse.tycho + target-platform-configuration + ${tycho-version} + + false + + + + org.eclipse.tycho.extras + tycho-pack200a-plugin + ${tycho-version} + + + pack200-normalize + + normalize + + verify + + + + + org.eclipse.cbi.maven.plugins + eclipse-jarsigner-plugin + 1.0.5 + + + sign + verify + + sign + + + + + + org.eclipse.tycho.extras + tycho-pack200b-plugin + ${tycho-version} + + + pack200-pack + + pack + + verify + + + + + org.eclipse.tycho + tycho-p2-plugin + ${tycho-version} + + + p2-metadata + + p2-metadata + + verify + + + + false + + + + + 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 @@ org.eclipse.cdt.repo eclipse-repository - - - cbi - https://repo.eclipse.org/content/repositories/cbi-releases/ - - - ${project.artifactId} @@ -34,73 +27,6 @@ - - org.eclipse.tycho - target-platform-configuration - ${tycho-version} - - false - - - - org.eclipse.tycho.extras - tycho-pack200a-plugin - ${tycho-version} - - - pack200-normalize - - normalize - - verify - - - - - org.eclipse.cbi.maven.plugins - eclipse-jarsigner-plugin - 1.0.4 - - - sign - verify - - sign - - - - - - org.eclipse.tycho.extras - tycho-pack200b-plugin - ${tycho-version} - - - pack200-pack - - pack - - verify - - - - - org.eclipse.tycho - tycho-p2-plugin - ${tycho-version} - - - p2-metadata - - p2-metadata - - verify - - - - false - - maven-antrun-plugin 1.7