diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ <target>${java.compiler.target}</target> <!-- showWarnings set to true shows issues that are classified as warnings, like non mappable characters within source code --> <!-- should be set true as soon as these character encoding issues are fixed --> - <showWarnings>false</showWarnings> + <showWarnings>true</showWarnings> </configuration> </plugin> |