Revision: 88
Author: ldikmans
Date: 2006-03-19 02:21:46 -0800 (Sun, 19 Mar 2006)
ViewCVS: http://svn.sourceforge.net/sensor/?rev=88&view=rev
Log Message:
-----------
set maven.junit.fork to false, to be compliant with Maven 1.0.2
Modified Paths:
--------------
trunk/sensor-support/project.properties
Modified: trunk/sensor-support/project.properties
===================================================================
--- trunk/sensor-support/project.properties 2006-03-18 13:06:03 UTC (rev 87)
+++ trunk/sensor-support/project.properties 2006-03-19 10:21:46 UTC (rev 88)
@@ -50,8 +50,8 @@
# ------------------------------------------------------------------------
# Unit tests and coverage
# ------------------------------------------------------------------------
-
-maven.junit.fork=false
+# if you use maven 1.1 you can set this option to false.
+maven.junit.fork=true
maven.test.skip=false
maven.clover.execute.during.report=false
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|