join lines
Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/b7b7a103 Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/b7b7a103 Diff: http://git-wip-us.apache.org/repos/asf/bval/diff/b7b7a103 Branch: refs/heads/bv2 Commit: b7b7a1032ef924e0dc8ef98a2f2d754ccb20b05d Parents: dda3f94 Author: Matt Benson <[email protected]> Authored: Tue Mar 13 10:18:18 2018 -0500 Committer: Matt Benson <[email protected]> Committed: Tue Mar 13 10:18:18 2018 -0500 ---------------------------------------------------------------------- bval-tck/pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bval/blob/b7b7a103/bval-tck/pom.xml ---------------------------------------------------------------------- diff --git a/bval-tck/pom.xml b/bval-tck/pom.xml index 2449f76..b13d1f0 100644 --- a/bval-tck/pom.xml +++ b/bval-tck/pom.xml @@ -197,8 +197,7 @@ under the License. <artifactId>maven-surefire-plugin</artifactId> <configuration> <suiteXmlFiles> - <suiteXmlFile>${project.build.directory}/dependency/beanvalidation-tck-tests-suite.xml - </suiteXmlFile> + <suiteXmlFile>${project.build.directory}/dependency/beanvalidation-tck-tests-suite.xml</suiteXmlFile> </suiteXmlFiles> <systemProperties> <property> @@ -208,7 +207,6 @@ under the License. </systemProperties> <parallel>methods</parallel> <threadCount>4</threadCount> - </configuration> </plugin>
