Repository: bval Updated Branches: refs/heads/master 27ef4ddc9 -> 750a1b815
include JavaFX tests in bval-tck surefire execution Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/750a1b81 Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/750a1b81 Diff: http://git-wip-us.apache.org/repos/asf/bval/diff/750a1b81 Branch: refs/heads/master Commit: 750a1b81526735ba0fe8e5edff1309e8be149cd1 Parents: 27ef4dd Author: Matt Benson <[email protected]> Authored: Wed Oct 31 10:43:47 2018 -0500 Committer: Matt Benson <[email protected]> Committed: Wed Oct 31 10:43:47 2018 -0500 ---------------------------------------------------------------------- bval-tck/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bval/blob/750a1b81/bval-tck/pom.xml ---------------------------------------------------------------------- diff --git a/bval-tck/pom.xml b/bval-tck/pom.xml index 4fef9d6..fb6c5e8 100644 --- a/bval-tck/pom.xml +++ b/bval-tck/pom.xml @@ -178,6 +178,10 @@ under the License. <name>validation.provider</name> <value>${validation.provider}</value> </property> + <property> + <name>includeJavaFXTests</name> + <value>true</value> + </property> </systemProperties> <parallel>methods</parallel> <threadCount>4</threadCount>
