You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "Munagala V. Ramanath (JIRA)" <ji...@apache.org> on 2016/10/29 17:02:58 UTC

[jira] [Created] (APEXMALHAR-2322) Add workaround for stricter javadoc syntax checking in Java 8

Munagala V. Ramanath created APEXMALHAR-2322:
------------------------------------------------

             Summary: Add workaround for stricter javadoc syntax checking in Java 8
                 Key: APEXMALHAR-2322
                 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2322
             Project: Apache Apex Malhar
          Issue Type: Improvement
          Components: build
            Reporter: Munagala V. Ramanath
            Assignee: Munagala V. Ramanath


Running "mvn javadoc:aggregate" with Java 8 produces numerous errors regarding syntax of javadoc content. Prior, more liberal behavior can be restored by adding this property:
        <additionalparam>-Xdoclint:none</additionalparam>
to pom.xml



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