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/abee1d24 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/abee1d24 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/abee1d24 Branch: refs/heads/master Commit: abee1d242cea9ff2c501e2e1e20dc9de4aeb659d Parents: 892a78c Author: Krzysztof Sobkowiak <[email protected]> Authored: Sat Nov 8 00:09:57 2014 +0100 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Sat Nov 8 01:27:34 2014 +0100 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/abee1d24/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 274e9ca..7a5823f 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> @@ -316,6 +317,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>
