Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
The maven build emits several warnings that the file encoding has not been set.
File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! The file encoding for reports output files should be provided by the POM property ${project.reporting.outputEncoding}.
Not sure if all the files are actually in UTF-8. (lets hope). If they are this issue is easy to fix.
Add two properties in the properties tag in shiro-root pom.xml
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>