-
Bug
-
Resolution: Obsolete
-
Low (View bug fix roadmap)
-
None
-
5.8.4
-
None
-
5.08
-
The version of the maven-compiler-plugin GreenHopper uses (2.0.2) doesn't define a default encoding to use with the java compiler, and will therefore be using the platform default which can cause issues.
- is related to
-
JRASERVER-26744 JIRA doesn't set the encoding when using the maven-compiler-plugin
- Closed
[JSWSERVER-4358] GreenHopper doesn't set the encoding when using the maven-compiler-plugin
Minimum Version | New: 5.08 |
Workflow | Original: JAC Bug Workflow v2 [ 2850021 ] | New: JAC Bug Workflow v3 [ 2932020 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v7 - Restricted [ 2539995 ] | New: JAC Bug Workflow v2 [ 2850021 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v6 - Restricted [ 1545869 ] | New: JIRA Bug Workflow w Kanban v7 - Restricted [ 2539995 ] |
Labels | New: affects-server |
Workflow | Original: JIRA Bug Workflow w Kanban v6 [ 905129 ] | New: JIRA Bug Workflow w Kanban v6 - Restricted [ 1545869 ] |
Workflow | Original: GreenHopper Kanban Workflow 20141014 [ 742273 ] | New: JIRA Bug Workflow w Kanban v6 [ 905129 ] |
Workflow | Original: GreenHopper Kanban Workflow v2 [ 361211 ] | New: GreenHopper Kanban Workflow 20141014 [ 742273 ] |
Resolution | New: Obsolete [ 11 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
You should be able to remove the encoding part of the configuration, but don't remove the plugin definition. I've checked and you guys are still on an old version of the parent (closed source) pom, version 25. You should probably consider updating to a later version, which would allow you to remove some cruft in your own poms. Note that updating might not be as trivial as one thinks...