Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x 6a7b097ff -> d14a26c61


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/d14a26c6
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/d14a26c6
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/d14a26c6

Branch: refs/heads/wicket-6.x
Commit: d14a26c61fa397db6177c5f22b546fa30a32e9c5
Parents: 6a7b097
Author: Andrea Del Bene <[email protected]>
Authored: Sun Feb 11 18:23:42 2018 +0100
Committer: Andrea Del Bene <[email protected]>
Committed: Sun Nov 25 16:13:48 2018 +0100

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/d14a26c6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7b224b8..3d77990 100644
--- a/pom.xml
+++ b/pom.xml
@@ -797,6 +797,7 @@
                                                <links>
                                                        
<link>http://download.oracle.com/javase/6/docs/api</link>
                                                </links>
+                                               
<additionalparam>--allow-script-in-comments</additionalparam>
                                        </configuration>
                                        <executions>
                                                <execution>

Reply via email to