You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by ay...@apache.org on 2018/06/02 05:09:02 UTC

[bookkeeper] branch master updated: Issue #1467: build failing with MavenReportException: Error while generating Javadoc. (#1468)

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

ayegorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 9472596  Issue #1467: build failing with MavenReportException: Error while generating Javadoc. (#1468)
9472596 is described below

commit 9472596792932cb785ac842544b45cc45bcf6578
Author: Andrey Yegorov <dl...@users.noreply.github.com>
AuthorDate: Fri Jun 1 22:08:46 2018 -0700

    Issue #1467: build failing with MavenReportException: Error while generating Javadoc. (#1468)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index ece16cc..7161044 100644
--- a/pom.xml
+++ b/pom.xml
@@ -766,6 +766,7 @@
         <configuration>
           <!-- Prevent missing javadoc comments from being marked as errors -->
           <additionalparam>-Xdoclint:none -notimestamp</additionalparam>
+          <additionalOptions>-Xdoclint:none -notimestamp</additionalOptions>
           <subpackages>org.apache.bookkeeper.client:org.apache.bookkeeper.client.api:org.apache.bookkeeper.common.annotation:org.apache.bookkeeper.conf:org.apache.bookkeeper.feature:org.apache.bookkeeper.stats</subpackages>
           <groups>
             <group>

-- 
To stop receiving notification emails like this one, please contact
ayegorov@apache.org.