Author: tv
Date: Fri Sep 8 17:05:17 2006
New Revision: 441697
URL: http://svn.apache.org/viewvc?view=rev&rev=441697
Log:
Allow the JCoverage report to run
Modified:
db/torque/runtime/trunk/project.properties
db/torque/trunks/project.properties
Modified: db/torque/runtime/trunk/project.properties
URL:
http://svn.apache.org/viewvc/db/torque/runtime/trunk/project.properties?view=diff&rev=441697&r1=441696&r2=441697
==============================================================================
--- db/torque/runtime/trunk/project.properties (original)
+++ db/torque/runtime/trunk/project.properties Fri Sep 8 17:05:17 2006
@@ -33,3 +33,7 @@
maven.xdoc.includeProjectDocumentation = no
maven.linkcheck.exclude=http://svn.apache.org,..
+
+# Allow jcoverage to run through
+maven.junit.fork=true
+maven.junit.jvmargs=-Xmx1024m
Modified: db/torque/trunks/project.properties
URL:
http://svn.apache.org/viewvc/db/torque/trunks/project.properties?view=diff&rev=441697&r1=441696&r2=441697
==============================================================================
--- db/torque/trunks/project.properties (original)
+++ db/torque/trunks/project.properties Fri Sep 8 17:05:17 2006
@@ -25,3 +25,5 @@
# -------------------------------------------------------------------
maven.multiproject.excludes=common/project.xml,test/**/project.xml
+maven.junit.fork=true
+maven.junit.jvmargs=-Xmx1024m
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]