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/90aae9c6 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/90aae9c6 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/90aae9c6 Branch: refs/heads/servicemix-5.1.x Commit: 90aae9c6e55f6234387cc09d2b900ff4183169f8 Parents: 75adc61 Author: Krzysztof Sobkowiak <[email protected]> Authored: Mon May 26 21:53:10 2014 +0200 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Mon May 26 21:53:10 2014 +0200 ---------------------------------------------------------------------- itests/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/90aae9c6/itests/pom.xml ---------------------------------------------------------------------- diff --git a/itests/pom.xml b/itests/pom.xml index 62442fb..4e7c4ad 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>
