Bug 515963: Enable the JSE testbucket reporting

Signed-off-by: Will Dazey <dazeydev.3@gmail.com>
Reviewed-by: Lukas Jungmann <lukas.jungmann@oracle.com>
diff --git a/antbuild.xml b/antbuild.xml
index fce723e..86ff0ec 100644
--- a/antbuild.xml
+++ b/antbuild.xml
@@ -1675,7 +1675,7 @@
     </target>
     <!-- run JSE tests -->
     <target name="test-jpa-jse" description="run the JPA JSE tests">
-        <ant antfile="antbuild.xml" dir="${eclipselink.jpa.test.jse}" target="test-no-report"/>
+        <ant antfile="antbuild.xml" dir="${eclipselink.jpa.test.jse}" target="test"/>
     </target>
 
     <target name="init-coverage">