Repository: wicket
Updated Branches:
  refs/heads/master 266a57ce1 -> 276c16b4b


Trying to solve problem with javadoc generation (using both parameters 
-Xdoclint:none and --allow-script-in-comments)


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/276c16b4
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/276c16b4
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/276c16b4

Branch: refs/heads/master
Commit: 276c16b4baa21346f7db033bd79ed3ded889dd10
Parents: 266a57c
Author: Andrea Del Bene <[email protected]>
Authored: Sun May 21 15:55:25 2017 +0200
Committer: Andrea Del Bene <[email protected]>
Committed: Sun May 21 15:55:25 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/276c16b4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 77a3a7c..38ef753 100644
--- a/pom.xml
+++ b/pom.xml
@@ -878,8 +878,7 @@
                                                        
<link>http://docs.oracle.com/javase/8/docs/api/</link>
                                                </links>
                                                <failOnError>false</failOnError>
-                                               
<additionalparam>-Xdoclint:none</additionalparam>
-                                               
<additionalparam>--allow-script-in-comments</additionalparam>
+                                               <additionalparam>-Xdoclint:none 
--allow-script-in-comments</additionalparam>
                                        </configuration>
                                        <executions>
                                                <execution>

Reply via email to