Author: hardy.ferentschik
Date: 2009-06-03 09:14:28 -0400 (Wed, 03 Jun 2009)
New Revision: 16671
Modified:
validator/trunk/hibernate-validator-tck-runner/pom.xml
Log:
Made sure that the testng suite file is not overwritten on each run. This allows to modify
the xml file and just run selected tests.
Modified: validator/trunk/hibernate-validator-tck-runner/pom.xml
===================================================================
--- validator/trunk/hibernate-validator-tck-runner/pom.xml 2009-06-03 12:25:37 UTC (rev
16670)
+++ validator/trunk/hibernate-validator-tck-runner/pom.xml 2009-06-03 13:14:28 UTC (rev
16671)
@@ -61,7 +61,7 @@
<artifactId>jsr303-tck</artifactId>
<type>xml</type>
<classifier>suite</classifier>
- <overWrite>true</overWrite>
+ <overWrite>false</overWrite>
</artifactItem>
<artifactItem>
<groupId>javax.validation</groupId>
Show replies by date