This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rng.git
commit c5b93d55314bbdd8aebe54c418792e1563940945 Author: aherbert <aherb...@apache.org> AuthorDate: Thu Feb 14 15:38:54 2019 +0000 Fixed MathJax support in the Javadocs. The parent POM uses maven-javadoc-plugin version 3. This changed the <additionalparam> tag to <additionalOptions>. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 36ac983..8f90214 100644 --- a/pom.xml +++ b/pom.xml @@ -232,7 +232,7 @@ <artifactId>maven-javadoc-plugin</artifactId> <configuration> <!-- Enable MathJax --> - <additionalparam>${doclint.javadoc.qualifier} ${allowscript.javadoc.qualifier} -header '<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/${rng.mathjax.version}/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>'</additionalparam> + <additionalOptions>${doclint.javadoc.qualifier} ${allowscript.javadoc.qualifier} -header '<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/${rng.mathjax.version}/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>'</additionalOptions> <!-- <aggregate>true</aggregate> --> </configuration> </plugin>