Disabled aggregation of generated Javadoc.
Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/950f8b7b Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/950f8b7b Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/950f8b7b Branch: refs/heads/multimodule Commit: 950f8b7b93003c7f6fef1840f4ad812c60606ae1 Parents: 0d3069a Author: Gilles <[email protected]> Authored: Fri Nov 4 09:28:32 2016 +0100 Committer: Gilles <[email protected]> Committed: Fri Nov 4 09:28:32 2016 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/950f8b7b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 26f1826..8268e99 100644 --- a/pom.xml +++ b/pom.xml @@ -400,7 +400,7 @@ <artifactId>maven-javadoc-plugin</artifactId> <configuration> <additionalparam>-Xdoclint:none -header '<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>'</additionalparam> - <aggregate>true</aggregate> + <!-- <aggregate>true</aggregate> --> </configuration> </plugin> </plugins>
