You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@zookeeper.apache.org by "Norbert Kalmar (JIRA)" <ji...@apache.org> on 2019/07/24 13:45:00 UTC

[jira] [Resolved] (ZOOKEEPER-3463) Enable warning messages in maven compiler plugin

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-3463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norbert Kalmar resolved ZOOKEEPER-3463.
---------------------------------------
       Resolution: Fixed
    Fix Version/s: 3.5.6

Issue resolved by pull request 1018
[https://github.com/apache/zookeeper/pull/1018]

> 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
>             Fix For: 3.5.6
>
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> "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)