[
https://issues.apache.org/jira/browse/APEXMALHAR-2322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15618519#comment-15618519
]
ASF GitHub Bot commented on APEXMALHAR-2322:
--------------------------------------------
GitHub user amberarrow reopened a pull request:
https://github.com/apache/apex-malhar/pull/474
APEXMALHAR-2322 Suppress strict Javadoc checking in Java 8
Running "mvn javadoc:aggregate" with Java 8 produces many errors due to
stricter checking; this change restores the prior liberal behavior.
@tweise please review
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/amberarrow/incubator-apex-malhar
APEXMALHAR-2322-suppress-strict-javadoc-checking
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/apex-malhar/pull/474.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #474
----
commit f9a897ac45ecde22c9da024e40c6c4d09b568dec
Author: Munagala V. Ramanath <[email protected]>
Date: 2016-10-29T17:05:51Z
APEXMALHAR-2322 Suppress strict Javadoc checking in Java 8
----
> 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)