activate running the TCK by default. Costs 14 seconds, but we have a guarantee that all things are green.
Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/1bc9d2c2 Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/1bc9d2c2 Diff: http://git-wip-us.apache.org/repos/asf/bval/diff/1bc9d2c2 Branch: refs/heads/master Commit: 1bc9d2c2ba3a4c56bb7e6ae30a22c73deb844bda Parents: 8dabb26 Author: Mark Struberg <[email protected]> Authored: Tue Oct 25 06:57:57 2016 +0000 Committer: Mark Struberg <[email protected]> Committed: Tue Oct 25 06:57:57 2016 +0000 ---------------------------------------------------------------------- bval-tck11/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bval/blob/1bc9d2c2/bval-tck11/pom.xml ---------------------------------------------------------------------- diff --git a/bval-tck11/pom.xml b/bval-tck11/pom.xml index dd81a39..a1f2270 100644 --- a/bval-tck11/pom.xml +++ b/bval-tck11/pom.xml @@ -133,6 +133,7 @@ under the License. <profile> <id>tck</id> <activation> + <activeByDefault>true</activeByDefault> <property> <name>tck11</name> </property>
