Hello,

maybe I'm wrong in this forum, but I didn't find a proper solution at the maven and the spring roo project page.

I work on Mac OS and every time I create a new roo project I have to change the line encoding to UTF-8 in the xml file.

Code:
<project>
  ...
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
  ...
</project>
Is there a way to set this for every new project? I think this should be a setting of maven. But how? And further question is there a way to put changes to the xml in a roo skript, if I create projects from a script file?

Thanks,
mab.