[
https://issues.apache.org/jira/browse/ZOOKEEPER-3463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ZOOKEEPER-3463:
--------------------------------------
Labels: pull-request-available (was: )
> Enable warning messages in maven compiler plugin
> ------------------------------------------------
>
> Key: ZOOKEEPER-3463
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3463
> Project: ZooKeeper
> Issue Type: Task
> Components: build
> Affects Versions: 3.6.0, 3.5.5, 3.4.14
> Reporter: Andor Molnar
> Assignee: Andor Molnar
> Priority: Major
> Labels: pull-request-available
>
> "Show Warnings" is off by default in Maven Compiler Plugin. This invalidates
> our most recent setting of -Werror (treat warnings as errors).
> Let's enable compiler warning messages in all projects and adjust Xdoclint
> setting:
> {noformat}
> <configuration>
> <showWarnings>true</showWarnings>
> <compilerArgs>
> ...
> <compilerArg>-Xdoclint:-missing</compilerArg>
> ...
> </compilerArgs>
> </configuration>{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)