Ben Caradoc-Davies a écrit : > I recently upgraded to Maven 2.0.10. When Building GeoTools I have > noticed these warnings: > > [WARNING] Using platform encoding (Cp1252 actually) to copy filtered > resources, i.e. build is platform dependent! > > This looks like Windows brain-damage (that is the default Windows code > page). Should I be worried? Is there anything I can do to fix this?
Make sure that the maven-resources-plugin configuration contains <encoding>UTF-8</encoding>. Example here: http://hg.geomatys.com/geotidy/file/a9b57f73b998/pom.xml#l262 Martin ------------------------------------------------------------------------------ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
