[maven-release-plugin] copy for tag 1.0.0-RC2

git-svn-id: https://svn.apache.org/repos/asf/directory/shared/tags/1.0.0-RC2@1766638 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index b10b6e7..9e29cd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -278,6 +278,9 @@
               <artifactId>maven-surefire-report-plugin</artifactId>
               <configuration>
                 <aggregate>true</aggregate>
+               <forkCount>3</forkCount>
+               <reuseForks>true</reuseForks>
+               <argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
               </configuration>
             </plugin>