o Fix some poms - Use surefire-version that is under test in working-directory and aggregate-report - Remove double commons-io declaration in s-i-tests\pom.xml
Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/300d38b3 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/300d38b3 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/300d38b3 Branch: refs/heads/master Commit: 300d38b3d98c9eb18d1219e8d58049106972b6b9 Parents: 1aea676 Author: Andreas Gudian <[email protected]> Authored: Thu Apr 4 21:10:36 2013 +0200 Committer: Kristian Rosenvold <[email protected]> Committed: Thu Apr 11 20:48:18 2013 +0200 ---------------------------------------------------------------------- .../src/test/resources/aggregate-report/pom.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/300d38b3/surefire-integration-tests/src/test/resources/aggregate-report/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/resources/aggregate-report/pom.xml b/surefire-integration-tests/src/test/resources/aggregate-report/pom.xml index 340452a..631ca7c 100644 --- a/surefire-integration-tests/src/test/resources/aggregate-report/pom.xml +++ b/surefire-integration-tests/src/test/resources/aggregate-report/pom.xml @@ -45,6 +45,7 @@ <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId> + <version>${surefire.version}</version> <configuration> <testFailureIgnore>true</testFailureIgnore> </configuration>
