[
https://issues.apache.org/jira/browse/UIMA-4710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jerry Cwiklik closed UIMA-4710.
-------------------------------
Resolution: Fixed
To build using jdk1.8 the javadoc plugin <configuration> was changed to use
<failOnError>false</failOnError>
and
<additionalparam>${javadoc.opts}</additionalparam>
Also, added two profiles to the base pom.xml. One is activated when jdk1.8+ is
used and it sets the value of javadoc.opts to-Xdoclint:none. The other plugin
is activated when jdk1.7 is used and it sets the value of javadoc.opts to " ".
Only jdk1.8 understands -Xdoclint:none which turns off strict javadoc checking.
> Update UIMA-AS javadoc plugin to build with JDK1.8
> --------------------------------------------------
>
> Key: UIMA-4710
> URL: https://issues.apache.org/jira/browse/UIMA-4710
> Project: UIMA
> Issue Type: Improvement
> Components: Async Scaleout
> Reporter: Jerry Cwiklik
> Assignee: Jerry Cwiklik
> Fix For: 2.8.1AS
>
>
> Need a way to build uima-as with jdk1.8. Currently the build fails due to
> javadoc which seems to be less tolerant to missing description for @param in
> header comments. Dont want to hold up the 2.8.1 release because of this. This
> will have to eventually be cleaned up. For now need a way to configure
> javadoc not to fail during a build.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)