From: Marc-Andre Laperle Date: Thu, 6 Nov 2014 21:53:54 +0000 (-0500) Subject: Add support for signing the jars when building the repo X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=bbd79a630550d331ae987aa4fd5323274b797139;p=deliverable%2Ftracecompass.git Add support for signing the jars when building the repo Also update siteDestination to actual real path on the server. Change-Id: Ib74f39ff0a7a48a75326396fc69fc3b960556a1d Signed-off-by: Marc-Andre Laperle Reviewed-on: https://git.eclipse.org/r/36080 Tested-by: Hudson CI --- diff --git a/org.eclipse.tracecompass.releng-site/pom.xml b/org.eclipse.tracecompass.releng-site/pom.xml index 6a816229ad..bbe9e8787b 100644 --- a/org.eclipse.tracecompass.releng-site/pom.xml +++ b/org.eclipse.tracecompass.releng-site/pom.xml @@ -31,7 +31,7 @@ build-update-site - /var/www/tools/tracecompass/nightly/ + /home/data/httpd/download.eclipse.org/tracecompass/master/nightly/ diff --git a/pom.xml b/pom.xml index 260e6d2bd0..e51e386224 100644 --- a/pom.xml +++ b/pom.xml @@ -67,6 +67,27 @@ org.eclipse.tracecompass.rcp.product + + sign-update-site + + + + org.eclipse.cbi.maven.plugins + eclipse-jarsigner-plugin + 1.1.1 + + + sign + install + + sign + + + + + + + performance