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/2da8bf50 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/2da8bf50 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/2da8bf50 Branch: refs/heads/servicemix-5.2.x Commit: 2da8bf50fa95ff0f96b093b0af2a5e2e8499dd3e Parents: b42ed56 Author: Krzysztof Sobkowiak <[email protected]> Authored: Sat Nov 8 00:09:57 2014 +0100 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Sat Nov 8 00:09:57 2014 +0100 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/2da8bf50/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index aa02d83..c0b8d7f 100644 --- a/pom.xml +++ b/pom.xml @@ -110,6 +110,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> @@ -317,6 +318,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>
