DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
<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:
...