|
From: Mark P. <mc....@gm...> - 2012-05-29 10:28:07
|
2012/5/25 Jody Garnett <jod...@gm...>: > On Friday, 25 May 2012 at 5:10 PM, Ben Caradoc-Davies wrote: > > Jody, > > did your note in the developer guide survive the migration to sphinx? > > I have seen another evil U+FEFF byte order mark in a text file. > http://en.wikipedia.org/wiki/Byte_order_mark > > Kind regards, > Ben. > > Yep. > > http://docs.geotools.org/latest/userguide/advanced/build/maven/index.html#use-of-notepad > > You are welcome to add that to the developers guide source code section if > you like; right now it is just mentioned as part of the maven introduction. > > I also note the following warning: > > Mac: > > [WARNING] Using platform encoding (MacRoman actually) to read mojo metadata, > i.e. build is platform dependent! > > Linux: > > [WARNING] Using platform encoding (UTF-8 actually) to copy filtered > resources, i.e. build is platform dependent! > > Can we lock this down somehow in our parent pom? add the following to the properties section of the pom.xml <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> see: http://maven.apache.org/general.html#encoding-warning -- Disclaimer; This message is just a reflection of what I thought at the time of sending. The message may contain information that is not intended for you or that you don't understand. |