You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Julian Reschke (JIRA)" <ji...@apache.org> on 2016/12/19 13:58:58 UTC

[jira] [Commented] (JCR-4090) Fix Javadoc for JDK 1.8 doctool compliance

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

Julian Reschke commented on JCR-4090:
-------------------------------------

By default, only 100 errors are reported by doclint. This can be changed using:

{noformat}
Index: jackrabbit-parent/pom.xml
===================================================================
--- jackrabbit-parent/pom.xml   (revision 1775066)
+++ jackrabbit-parent/pom.xml   (working copy)
@@ -175,6 +175,7 @@
         <configuration>
           <source>${java.version}</source>
           <aggregate>true</aggregate>
+          <additionalJOption>-Xmaxwarns 10000 -Xmaxerrs 10000</additionalJOption>
           <links>
             <link>http://docs.oracle.com/javase/7/docs/api/</link>
             <link>http://www.day.com/maven/javax.jcr/javadocs/jcr-2.0/</link>
{noformat}

> Fix Javadoc for JDK 1.8 doctool compliance
> ------------------------------------------
>
>                 Key: JCR-4090
>                 URL: https://issues.apache.org/jira/browse/JCR-4090
>             Project: Jackrabbit Content Repository
>          Issue Type: Task
>            Reporter: Julian Reschke
>            Assignee: Julian Reschke
>            Priority: Minor
>         Attachments: errors.txt
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)