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
The following commit(s) were added to refs/heads/master by this push: new eaf8b3b Add missing property for MathJax in JDK 1.8+ profile. eaf8b3b is described below commit eaf8b3be8794dd74d0050c1d0235189ee8f04f7e Author: Alex Herbert <a.herb...@sussex.ac.uk> AuthorDate: Fri Feb 15 21:17:08 2019 +0000 Add missing property for MathJax in JDK 1.8+ profile. --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 8f90214..0c49dcc 100644 --- a/pom.xml +++ b/pom.xml @@ -524,6 +524,10 @@ <activation> <jdk>[1.8,)</jdk> </activation> + <properties> + <!-- MathJax requires additional Javadoc qualifier for Java8+ --> + <allowscript.javadoc.qualifier>--allow-script-in-comments</allowscript.javadoc.qualifier> + </properties> <build> <plugins> <plugin>