Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarkus Knauer2017-09-07 16:12:08 +0000
committerMarkus Knauer2017-09-07 16:12:08 +0000
commitbf135d72f2b02c9663178efa5464b635a52abe9d (patch)
treea761452e8344039bfc2c1470612b2b2aa3506001 /releng
parent76cf1325901f63dc762ba6b47dc0186496d2f997 (diff)
downloadorg.eclipse.epp.packages-bf135d72f2b02c9663178efa5464b635a52abe9d.tar.gz
org.eclipse.epp.packages-bf135d72f2b02c9663178efa5464b635a52abe9d.tar.xz
org.eclipse.epp.packages-bf135d72f2b02c9663178efa5464b635a52abe9d.zip
Create unsigned tar.gz archives instead of DMG for Mac OS
Due to problems with the backend services that are used by the CBI Maven plugins eclipse-macsigner-plugin and eclipse-dmg-packager for signing and creating Mac OS DMG images from the EPP packages, these services need to be disabled for the time being. Change-Id: I239c639987096368f234741abed85e752e1d6862 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.epp.config/parent/pom.xml4
-rw-r--r--releng/org.eclipse.epp.config/parent/product/pom.xml4
2 files changed, 7 insertions, 1 deletions
diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml
index 39efe96d..010f45fc 100644
--- a/releng/org.eclipse.epp.config/parent/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -353,11 +353,13 @@
<profile>${project.artifactId}</profile>
</configuration>
</plugin>
+<!--
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-dmg-packager</artifactId>
<version>${cbi.version}</version>
</plugin>
+-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
@@ -372,7 +374,9 @@
<fileset dir="${project.build.directory}/products">
<include name="*.zip" />
<include name="*linux*.tar.gz" />
+<!--
<include name="*.dmg" />
+-->
</fileset>
</copy>
</target>
diff --git a/releng/org.eclipse.epp.config/parent/product/pom.xml b/releng/org.eclipse.epp.config/parent/product/pom.xml
index b7490b70..6281d887 100644
--- a/releng/org.eclipse.epp.config/parent/product/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/product/pom.xml
@@ -79,6 +79,7 @@
<artifactId>tycho-p2-director-plugin</artifactId>
</plugin>
+<!--
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-dmg-packager</artifactId>
@@ -91,11 +92,12 @@
<configuration>
<source>${project.build.directory}/products/${build}_eclipse-${eclipse.epp.id}-${eclipse.simultaneous.release.id}-macosx.cocoa.x86_64.tar.gz</source>
<sign>${eclipse-sign-dmg-property}</sign>
- <connectTimeoutMillis>600000</connectTimeoutMillis> <!-- 10 min -->
+ <connectTimeoutMillis>600000</connectTimeoutMillis>
</configuration>
</execution>
</executions>
</plugin>
+ -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>

Back to the top