Encoding warning with Maven 2.2.1 while building CXF sample projects.
---------------------------------------------------------------------
Key: CXF-3078
URL: https://issues.apache.org/jira/browse/CXF-3078
Project: CXF
Issue Type: Improvement
Components: Build system
Affects Versions: 2.3.0
Reporter: Robert Liguori
Priority: Minor
I see an encoding warning when building CXF samples with Maven 2.2.1.
This blog entry is identical to what I am seeing:
([WARNING] Using platform encoding (Cp1252 actually) to copy filtered
resources, i.e. build is platform dependent!)
http://blog.vinodsingh.com/2009/04/encoding-warning-with-maven-210.html
I think it's best to remove warnings where possible... as such, should the CXF
POM files be updated with something similar to this:
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Or would this affect backwards compatibility?
Thanks!
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.