Repository: commons-rng Updated Branches: refs/heads/master ffab27c52 -> ebb7c9839
Cleaner POM impl for the Maven Javadoc Plugin. Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/ebb7c983 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/ebb7c983 Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/ebb7c983 Branch: refs/heads/master Commit: ebb7c9839d1dba0a6815f8401b46810d5caef487 Parents: ffab27c Author: Gary Gregory <ggreg...@apache.org> Authored: Mon Jan 8 18:15:34 2018 -0700 Committer: Gary Gregory <ggreg...@apache.org> Committed: Mon Jan 8 18:15:34 2018 -0700 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/ebb7c983/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6167562..9b8683c 100644 --- a/pom.xml +++ b/pom.xml @@ -348,7 +348,8 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> - <additionalparam>-Xdoclint:all --allow-script-in-comments -header '<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>'</additionalparam> + <header><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" /></header> + <additionalparam>-Xdoclint:all --allow-script-in-comments</additionalparam> <!-- <aggregate>true</aggregate> --> </configuration> </plugin>