This closes #767
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d7339b2c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d7339b2c Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d7339b2c Branch: refs/heads/master Commit: d7339b2c50e67722298698264a14b7df505579c8 Parents: 0aef13c Author: Claus Ibsen <davscl...@apache.org> Authored: Fri Feb 19 15:11:06 2016 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Fri Feb 19 15:11:06 2016 +0100 ---------------------------------------------------------------------- parent/pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/d7339b2c/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 3e83d3c..7a19987 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -2992,8 +2992,9 @@ </configuration> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.19.1</version> + <version>{maven-surefire-plugin-version}</version> </plugin> </plugins> </pluginManagement> @@ -3051,6 +3052,7 @@ <useFile>true</useFile> <failIfNoTests>false</failIfNoTests> <runOrder>alphabetical</runOrder> + <!-- lets re-run the failed test one more time, just to be sure --> <rerunFailingTestsCount>2</rerunFailingTestsCount> <systemPropertyVariables> <javax.xml.accessExternalSchema>file,http</javax.xml.accessExternalSchema>