You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2019/07/23 11:08:15 UTC

[wicket] branch wicket-6.x updated: Revert "Added parameter to allow JavaScript in JavaDoc"

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch wicket-6.x
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/wicket-6.x by this push:
     new e9ada87  Revert "Added parameter to allow JavaScript in JavaDoc"
e9ada87 is described below

commit e9ada87bf6136953bd10f86c9a1c6812ee1d73b3
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Tue Jul 23 14:07:39 2019 +0300

    Revert "Added parameter to allow JavaScript in JavaDoc"
    
    This reverts commit d14a26c61fa397db6177c5f22b546fa30a32e9c5 because the build is broken since then: https://ci.apache.org/builders/wicket-branch-6.x/builds/248.
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a201b91..5df4509 100644
--- a/pom.xml
+++ b/pom.xml
@@ -797,7 +797,6 @@
 						<links>
 							<link>http://download.oracle.com/javase/6/docs/api</link>
 						</links>
-						<additionalparam>--allow-script-in-comments</additionalparam>
 					</configuration>
 					<executions>
 						<execution>