You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2017/05/03 23:28:11 UTC

[2/4] [math] Prevent build failure of the "javadoc" tool on Java 8.

Prevent build failure of the "javadoc" tool on Java 8.


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/ef2507a8
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/ef2507a8
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/ef2507a8

Branch: refs/heads/master
Commit: ef2507a81658a658c5defdf68a1f1b8259d48aa4
Parents: 4680647
Author: Gilles <er...@apache.org>
Authored: Thu May 4 01:12:22 2017 +0200
Committer: Gilles <er...@apache.org>
Committed: Thu May 4 01:12:22 2017 +0200

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/ef2507a8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8bec22c..64b2804 100644
--- a/pom.xml
+++ b/pom.xml
@@ -587,7 +587,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
-          <additionalparam>-header &apos;&lt;script type=&quot;text/javascript&quot; src=&quot;http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML&quot;&gt;&lt;/script&gt;&apos;</additionalparam>
+          <additionalparam>--allow-script-in-comments -header &apos;&lt;script type=&quot;text/javascript&quot; src=&quot;http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML&quot;&gt;&lt;/script&gt;&apos;</additionalparam>
         </configuration>
       </plugin>
     </plugins>
@@ -738,7 +738,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
-          <additionalparam>-header &apos;&lt;script type=&quot;text/javascript&quot; src=&quot;http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML&quot;&gt;&lt;/script&gt;&apos;</additionalparam>
+          <additionalparam>--allow-script-in-comments -header &apos;&lt;script type=&quot;text/javascript&quot; src=&quot;http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML&quot;&gt;&lt;/script&gt;&apos;</additionalparam>
         </configuration>
       </plugin>
     </plugins>