Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/org.eclipse.epp.config/parent/product/pom.xml')
-rw-r--r--releng/org.eclipse.epp.config/parent/product/pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/releng/org.eclipse.epp.config/parent/product/pom.xml b/releng/org.eclipse.epp.config/parent/product/pom.xml
index 6281d887..b7490b70 100644
--- a/releng/org.eclipse.epp.config/parent/product/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/product/pom.xml
@@ -79,7 +79,6 @@
<artifactId>tycho-p2-director-plugin</artifactId>
</plugin>
-<!--
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-dmg-packager</artifactId>
@@ -92,12 +91,11 @@
<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>
+ <connectTimeoutMillis>600000</connectTimeoutMillis> <!-- 10 min -->
</configuration>
</execution>
</executions>
</plugin>
- -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>

Back to the top