[
https://issues.apache.org/jira/browse/IGNITE-4721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15885796#comment-15885796
]
Max Shonichev commented on IGNITE-4721:
---------------------------------------
workaround:
{noformat}
--- orig/parent/pom.xml 2016-12-05 14:23:08.000000000 +0300
+++ src/parent/pom.xml 2017-02-27 16:28:10.811404700 +0300
@@ -43,7 +43,7 @@
<doxygen.exec>doxygen</doxygen.exec>
<git.exec>git</git.exec>
<maven.bundle.plugin.version>2.5.4</maven.bundle.plugin.version>
- <javadoc.opts>-XDenableSunApiLintControl</javadoc.opts>
+ <javadoc.opts>-XDenableSunApiLintControl
--allow-script-in-comments</javadoc.opts>
<update.notifier.enabled.by.default>true</update.notifier.enabled.by.default>
<!-- Dependency versions. -->
@@ -938,7 +938,7 @@
<jdk>[1.8,)</jdk>
</activation>
<properties>
- <javadoc.opts>-Xdoclint:none</javadoc.opts>
+ <javadoc.opts>-Xdoclint:none
--allow-script-in-comments</javadoc.opts>
</properties>
<build>
<plugins>
{noformat}
> Javadocs build fails with Java 8 update 121
> -------------------------------------------
>
> Key: IGNITE-4721
> URL: https://issues.apache.org/jira/browse/IGNITE-4721
> Project: Ignite
> Issue Type: Bug
> Environment: Oracle jdk1.8.0_121
> Reporter: Roman Shtykh
>
> On {{mvn clean install -DskipTests}}
> {noformat}
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-javadoc-plugin:2.10.1:jar (module-javadoc) on
> project ignite-tools: MavenReportException: Error while creating archive:
> [ERROR] Exit code: 1 - javadoc: warning - Error fetching URL:
> http://docs.oracle.com/javase/7/docs/api/
> [ERROR] javadoc: warning - Error fetching URL:
> http://hadoop.apache.org/docs/current/api/
> [ERROR] javadoc: error - Argument for -bottom contains JavaScript.
> [ERROR] Use --allow-script-in-comments to allow use of JavaScript.
> [ERROR]
> [ERROR] Command line was: /opt/jdk/jdk1.8.0_121/jre/../bin/javadoc @options
> @packages
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)