Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: refer to MNG-3608

...

Code Block
xml
xml
<project>
  ...
  <reporting>
    <!-- NOTE: This is just a vision for the future, it's not yet implemented: see MNG-3608 -->
    <outputEncoding>UTF-8</outputEncoding>
    ...
  </reporting>
  ...
</project>

For Maven 2.x and 3.x, the value can be defined as an equivalent property:

...