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/2ab8478e Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/2ab8478e Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/2ab8478e Branch: refs/heads/master Commit: 2ab8478edaa4f50989002ffba475396ed11cd9e3 Parents: 0a95f1b Author: Krzysztof Sobkowiak <[email protected]> Authored: Mon May 26 21:25:51 2014 +0200 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Mon May 26 21:25:51 2014 +0200 ---------------------------------------------------------------------- itests/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/2ab8478e/itests/pom.xml ---------------------------------------------------------------------- diff --git a/itests/pom.xml b/itests/pom.xml index 802f976..87cca30 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>
