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/04/01 15:32:56 UTC

[2/3] commons-rng git commit: Additional param needed to avoid "javadoc" failure.

Additional param needed to avoid "javadoc" failure.


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

Branch: refs/heads/master
Commit: 14345928b03dcb4e5543de666e2277b8251db1c6
Parents: 325d4d9
Author: Gilles <er...@apache.org>
Authored: Sat Apr 1 13:20:27 2017 +0200
Committer: Gilles <er...@apache.org>
Committed: Sat Apr 1 13:20:27 2017 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/14345928/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c4a336a..0b7076b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -348,7 +348,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
-          <additionalparam>-Xdoclint:all -header '&lt;script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"&gt;&lt;/script&gt;'</additionalparam>
+          <additionalparam>-Xdoclint:all --allow-script-in-comments -header '&lt;script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"&gt;&lt;/script&gt;'</additionalparam>
           <!-- <aggregate>true</aggregate> -->
         </configuration>
       </plugin>