You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2022/06/03 20:35:46 UTC

[ws-axiom] branch master updated: Display ErrorProne warnings

This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new cc331fd6c Display ErrorProne warnings
cc331fd6c is described below

commit cc331fd6cd11d3d00336ddddf72a0a765b6d7e0c
Author: Andreas Veithen <an...@gmail.com>
AuthorDate: Fri Jun 3 20:34:52 2022 +0000

    Display ErrorProne warnings
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 259adc781..4b0096177 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1017,6 +1017,7 @@
                     <source>${javaVersion}</source>
                     <target>${javaVersion}</target>
                     <release>${javaRelease}</release>
+                    <showWarnings>true</showWarnings>
                     <compilerArgs combine.children="append">
                         <compilerArg>-XDcompilePolicy=simple</compilerArg>
                         <compilerArg>-Xplugin:ErrorProne -XepExcludedPaths:.*/org/jaxen/.* -Xep:MissingOverride:ERROR</compilerArg>