Camel builds should not use platform specific encoding ------------------------------------------------------
Key: CAMEL-1764 URL: https://issues.apache.org/activemq/browse/CAMEL-1764 Project: Apache Camel Issue Type: Bug Affects Versions: 2.0-M2, 1.6.1 Reporter: Hadrian Zbarcea Assignee: Hadrian Zbarcea Fix For: 1.6.2, 2.0.0 The builds on my Mac use the platform specific encoding thus leading to the following warngin: {code} [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent! {code} We should use the <project.build.sourceEncoding> property to specify a project specific encoding (UTF-8). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.