-
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
Form Name |
---|
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...