Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-08-26 08:10:25 +0000
committerSravan Kumar Lakkimsetti2019-08-26 08:10:25 +0000
commitb50e3fe4676f61ea5a7b2d76ddc3066f8985eeff (patch)
tree6033bd7804150282bf619f8ee2902fc8ee8b57c1 /eclipse-platform-parent
parent3106567f9872e995fdda8f5c40afd6575809a303 (diff)
downloadeclipse.platform.releng.aggregator-b50e3fe4676f61ea5a7b2d76ddc3066f8985eeff.tar.gz
eclipse.platform.releng.aggregator-b50e3fe4676f61ea5a7b2d76ddc3066f8985eeff.tar.xz
eclipse.platform.releng.aggregator-b50e3fe4676f61ea5a7b2d76ddc3066f8985eeff.zip
Enabling MacSigner forcecontinue as macsigner machine is down
Change-Id: Iaea2a714e8c183a11b8669b5dab5c11dc34c4b4f Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'eclipse-platform-parent')
-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 a51812bf9..012f60135 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>false</macSigner.forceContinue>
+ <macSigner.forceContinue>true</macSigner.forceContinue>
<buildTimestamp>${maven.build.timestamp}</buildTimestamp>
<buildType>I</buildType>
<buildId>${buildType}${buildTimestamp}</buildId>

Back to the top