Copied teh surefire configuration into the PluginManagement section

git-svn-id: https://svn.apache.org/repos/asf/directory/shared/trunk@1766642 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index de98eec..dc6a72c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,6 +103,17 @@
         </plugin>
 
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-report-plugin</artifactId>
+          <configuration>
+            <aggregate>true</aggregate>
+           <forkCount>3</forkCount>
+           <reuseForks>true</reuseForks>
+           <argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
+          </configuration>
+        </plugin>
+
+        <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
           <configuration>