Repository: flume
Updated Branches:
  refs/heads/trunk 54e2728a8 -> b359f32e3


FLUME-3175. Turn off doclint for javadoc generation

With Java 8's new doclint feature the javadoc generation breaks due to the
strict checking so adding -Xdoclint:none to the maven-javadoc-plugin's
configuration.

This closes #168

Reviewers: Bessenyei Balázs Donát, Ferenc Szabo

(Denes Arvay via Denes Arvay)


Project: http://git-wip-us.apache.org/repos/asf/flume/repo
Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/1541f089
Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/1541f089
Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/1541f089

Branch: refs/heads/trunk
Commit: 1541f089a5dec9b21549f6a6e961ef835a8b68bb
Parents: 54e2728
Author: Denes Arvay <[email protected]>
Authored: Mon Sep 11 21:58:14 2017 +0200
Committer: Denes Arvay <[email protected]>
Committed: Wed Sep 13 12:54:59 2017 +0200

----------------------------------------------------------------------
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/1541f089/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7b56717..4f498a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -519,6 +519,9 @@ limitations under the License.
                 </goals>
               </execution>
             </executions>
+            <configuration>
+              <additionalparam>-Xdoclint:none</additionalparam>
+            </configuration>
           </plugin>
 
           <plugin>

Reply via email to