Repository: servicemix Updated Branches: refs/heads/servicemix-5.1.x 0746c7f25 -> c306d3bf5
SM-2403: Upgrade to maven-surefire-plugin 2.18 Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/6f268ea7 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/6f268ea7 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/6f268ea7 Branch: refs/heads/servicemix-5.1.x Commit: 6f268ea7eb2acec25940bff59a37d702313325cb Parents: 7ff9851 Author: Krzysztof Sobkowiak <[email protected]> Authored: Sat Nov 8 00:09:57 2014 +0100 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Sat Nov 8 01:49:29 2014 +0100 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/6f268ea7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c7410b9..c07b23b 100644 --- a/pom.xml +++ b/pom.xml @@ -109,6 +109,7 @@ <lifecycle-mapping-plugin.version>1.0.0</lifecycle-mapping-plugin.version> <maven-idea-plugin.version>2.2.1</maven-idea-plugin.version> <cobertura-maven-plugin.version>2.2</cobertura-maven-plugin.version> + <maven-surefire-plugin.version>2.18</maven-surefire-plugin.version> <maven-enforcer-plugin.version>1.3.1</maven-enforcer-plugin.version> <exec-maven-plugin.version>1.3.2</exec-maven-plugin.version> <build-helper-maven-plugin.version>1.9.1</build-helper-maven-plugin.version> @@ -321,6 +322,11 @@ <version>${cobertura-maven-plugin.version}</version> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <version>${maven-surefire-plugin.version}</version> + </plugin> + <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <version>${exec-maven-plugin.version}</version>
