Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2019-03-07 09:34:22 +0000
committerNiraj Modi2019-03-07 09:34:22 +0000
commitd9928288e9b1750835ba704b1df87c23179869a3 (patch)
tree8340418d3182a0205967bd945ba7a5135ac4a2be
parent59c6eeea295e11d857e4fd203a9110a9214bfd88 (diff)
downloadeclipse.platform.releng.aggregator-d9928288e9b1750835ba704b1df87c23179869a3.tar.gz
eclipse.platform.releng.aggregator-d9928288e9b1750835ba704b1df87c23179869a3.tar.xz
eclipse.platform.releng.aggregator-d9928288e9b1750835ba704b1df87c23179869a3.zip
Fail IBuild when MAC signer fails.
Change-Id: I051e9d2d810ddd5e9c0dded5cc401ed124db8dea Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
-rw-r--r--eclipse-platform-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 084f7d7b2..81257b6c7 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -38,7 +38,7 @@
During production builds, we run with -DskipTests=true -->
<skipTests>false</skipTests>
<maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
- <macSigner.forceContinue>true</macSigner.forceContinue>
+ <macSigner.forceContinue>false</macSigner.forceContinue>
<buildTimestamp>${maven.build.timestamp}</buildTimestamp>
<buildType>I</buildType>
<buildId>${buildType}${buildTimestamp}</buildId>

Back to the top