Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2017-09-01 11:57:58 +0000
committerMarkus Knauer2017-09-01 11:57:58 +0000
commit42715ccd66b02d05e98042ace1f1cc72941d96c7 (patch)
tree730afa4eccbe05cb7ce3768d39a37b22a519100b /releng/org.eclipse.epp.config/parent/product/pom.xml
parentde2a40ae114e255fb255b7c550dec6ec6b0702be (diff)
downloadorg.eclipse.epp.packages-42715ccd66b02d05e98042ace1f1cc72941d96c7.tar.gz
org.eclipse.epp.packages-42715ccd66b02d05e98042ace1f1cc72941d96c7.tar.xz
org.eclipse.epp.packages-42715ccd66b02d05e98042ace1f1cc72941d96c7.zip
Disable building DMG files for Mac OS
Change-Id: I04d9a9de348df46d4ffbb876a328140af8ec4ec0 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'releng/org.eclipse.epp.config/parent/product/pom.xml')
-rw-r--r--releng/org.eclipse.epp.config/parent/product/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/releng/org.eclipse.epp.config/parent/product/pom.xml b/releng/org.eclipse.epp.config/parent/product/pom.xml
index b7490b70..9f3c7efe 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>
@@ -96,6 +97,7 @@
</execution>
</executions>
</plugin>
+ -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>

Back to the top