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/403a592d Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/403a592d Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/403a592d Branch: refs/heads/servicemix-5.0.x Commit: 403a592de480411790cd932bb34799ffa6b9b352 Parents: 47ac093 Author: Krzysztof Sobkowiak <[email protected]> Authored: Sat Nov 8 00:09:57 2014 +0100 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Sat Nov 8 02:03:09 2014 +0100 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/403a592d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ba192c6..31346d3 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>
