[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-3463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16889329#comment-16889329
 ] 

Hudson commented on ZOOKEEPER-3463:
-----------------------------------

FAILURE: Integrated in Jenkins build Zookeeper-trunk-single-thread #457 (See 
[https://builds.apache.org/job/Zookeeper-trunk-single-thread/457/])
ZOOKEEPER-3463: Enable warning messages in maven compiler plugin (eolivelli: 
rev 4212f865d67b9c7860c1da071f3997b0a5b5387e)
* (edit) pom.xml


> 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
>          Time Spent: 1.5h
>  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)

Reply via email to