You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2011/08/16 15:17:28 UTC

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

Author: cziegeler
Date: Tue Aug 16 13:17:27 2011
New Revision: 1158261

URL: http://svn.apache.org/viewvc?rev=1158261&view=rev
Log:
Use target instead of deprecated tasks

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=1158261&r1=1158260&r2=1158261&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Tue Aug 16 13:17:27 2011
@@ -154,7 +154,7 @@
                     <execution>
                         <phase>process-resources</phase>
                         <configuration>
-                            <tasks>
+                            <target>
                                 <echo>
 **************** WARNING (SLING-443/SLING-1782) ******************************
 On most platforms, you'll get OutOfMemoryErrors when building unless you set
@@ -162,7 +162,7 @@ on 32bit platforms: MAVEN_OPTS="-Xmx256M
 on 64bit platforms: MAVEN_OPTS="-Xmx512M -XX:MaxPermSize=512M", see SLING-1782
 ******************************************************************************
                                 </echo>
-                            </tasks>
+                            </target>
                         </configuration>
                         <goals>
                             <goal>run</goal>