You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2016/07/18 09:25:08 UTC

svn commit: r1753187 - /sling/trunk/parent/pom.xml

Author: rombert
Date: Mon Jul 18 09:25:08 2016
New Revision: 1753187

URL: http://svn.apache.org/viewvc?rev=1753187&view=rev
Log:
SLING-5862 - Remove maven-antrun-plugin executions related to memory
checks

With SLING-5860 the checks are no longer required.

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=1753187&r1=1753186&r2=1753187&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Mon Jul 18 09:25:08 2016
@@ -163,24 +163,6 @@
                 <artifactId>maven-antrun-plugin</artifactId>
                 <executions>
                     <execution>
-                        <id>check-memory-task</id>
-                        <phase>process-resources</phase>
-                        <configuration>
-                            <target>
-                                <echo>
-**************** WARNING (SLING-443/SLING-1782) ******************************
-On most platforms, you'll get OutOfMemoryErrors when building unless you set
-on 32bit platforms: MAVEN_OPTS="-Xmx256M -XX:MaxPermSize=256M", see SLING-443
-on 64bit platforms: MAVEN_OPTS="-Xmx512M -XX:MaxPermSize=512M", see SLING-1782
-******************************************************************************
-                                </echo>
-                            </target>
-                        </configuration>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                    </execution>
-                    <execution>
                         <id>set-bundle-required-execution-environment</id>
                         <goals>
                             <goal>run</goal>