Fork the tests to make sure we are picking up changes to algorithms

git-svn-id: https://svn.apache.org/repos/asf/santuario/xml-security-java/trunk@1869258 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 7b94b97..584f8a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -422,6 +422,7 @@
                                 <reportFormat>brief</reportFormat>
                                 <useFile>false</useFile>
                                 <childDelegation>false</childDelegation>
+                                <reuseForks>false</reuseForks>
                                 <includes>
                                     <include>**/*Test.java</include>
                                 </includes>
@@ -465,6 +466,7 @@
                                 <reportFormat>brief</reportFormat>
                                 <useFile>false</useFile>
                                 <childDelegation>false</childDelegation>
+                                <reuseForks>false</reuseForks>
                                 <includes>
                                     <include>**/*Test.java</include>
                                 </includes>