Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2019-08-27 07:14:15 +0000
committerSarika Sinha2019-08-27 07:14:15 +0000
commitfbd066e70edb461141e35cf5d4530a001b47bf09 (patch)
tree047792c18fc1917670ed5977c3569ac4a9fb66ea /eclipse-platform-parent/pom.xml
parentfcd7f9266a1d5e796b7270f0e7b7d0bc5f9bcc28 (diff)
downloadeclipse.platform.releng.aggregator-fbd066e70edb461141e35cf5d4530a001b47bf09.tar.gz
eclipse.platform.releng.aggregator-fbd066e70edb461141e35cf5d4530a001b47bf09.tar.xz
eclipse.platform.releng.aggregator-fbd066e70edb461141e35cf5d4530a001b47bf09.zip
macSigner forceContinue set to false
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-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 012f60135..a51812bf9 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