You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tv...@apache.org on 2006/09/09 02:05:18 UTC

svn commit: r441697 - in /db/torque: runtime/trunk/project.properties trunks/project.properties

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: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org