SM-2245: Upgrade to Pax Exam 3.5.0
Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/838a9596 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/838a9596 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/838a9596 Branch: refs/heads/servicemix-5.0.x Commit: 838a9596bdb9ccbaa37a10c3be2ed5847cebd410 Parents: 831dfa6 Author: Krzysztof Sobkowiak <[email protected]> Authored: Mon May 26 21:51:46 2014 +0200 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Mon May 26 21:51:46 2014 +0200 ---------------------------------------------------------------------- itests/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/838a9596/itests/pom.xml ---------------------------------------------------------------------- diff --git a/itests/pom.xml b/itests/pom.xml index 54b0ad9..c3c3e43 100644 --- a/itests/pom.xml +++ b/itests/pom.xml @@ -140,7 +140,7 @@ <artifactId>maven-surefire-plugin</artifactId> <configuration> <redirectTestOutputToFile>true</redirectTestOutputToFile> - <argLine>-Dorg.ops4j.pax.url.mvn.localRepository=${settings.localRepository} -Dfile.encoding=UTF-8</argLine> + <argLine>-Dorg.ops4j.pax.url.mvn.localRepository=${settings.localRepository}</argLine> </configuration> </plugin>
