From 117eaf66a5ac71dddf22290b73949d13c6639144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Bou=C3=A9?= Date: Thu, 12 Jan 2017 00:06:37 +0000 Subject: [PATCH] [MPLUGIN-319] @since values ignored in report The IT relies on reading the generated HTML site for the test mojo in English, but the report is written in the default locale of the JVM. As such, it fails when run on machines with a locale different than English. Therefore, the locale needs to be forced to English in the MAVEN_OPTS. git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1778360 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/it/mplugin-319_report-since/invoker.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/maven-plugin-plugin/src/it/mplugin-319_report-since/invoker.properties b/maven-plugin-plugin/src/it/mplugin-319_report-since/invoker.properties index 1f02de5..40c7ac6 100644 --- a/maven-plugin-plugin/src/it/mplugin-319_report-since/invoker.properties +++ b/maven-plugin-plugin/src/it/mplugin-319_report-since/invoker.properties @@ -16,3 +16,4 @@ # under the License. invoker.goals = clean plugin:report +invoker.mavenOpts = -Duser.language=en -Duser.country=US -Duser.variant=US