Repository: wicket Updated Branches: refs/heads/wicket-7.x 8371203b1 -> 95fd694b8
Added parameter to allow JavaScript in JavaDoc Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/95fd694b Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/95fd694b Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/95fd694b Branch: refs/heads/wicket-7.x Commit: 95fd694b8d55aed5268a916ed61bc8c3e1d57d0b Parents: 8371203 Author: Andrea Del Bene <[email protected]> Authored: Sun Feb 11 18:23:42 2018 +0100 Committer: Andrea Del Bene <[email protected]> Committed: Sun Feb 11 18:23:42 2018 +0100 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/95fd694b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4da724b..bbd36c0 100644 --- a/pom.xml +++ b/pom.xml @@ -837,6 +837,7 @@ <links> <link>http://docs.oracle.com/javase/7/docs/api/</link> </links> + <additionalparam>--allow-script-in-comments</additionalparam> </configuration> <executions> <execution>
