Repository: wicket Updated Branches: refs/heads/master e6abe957a -> 9083fb8d9
Do not break the build because of javadoc issues Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/9083fb8d Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/9083fb8d Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/9083fb8d Branch: refs/heads/master Commit: 9083fb8d97f90349ee94230a1857e3bb957bf32b Parents: e6abe95 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Sat Oct 3 14:55:47 2015 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Sat Oct 3 14:55:47 2015 +0200 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/9083fb8d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5acc00c..1f963da 100644 --- a/pom.xml +++ b/pom.xml @@ -823,6 +823,8 @@ <links> <link>http://download.oracle.com/javase/6/docs/api</link> </links> + <failOnError>false</failOnError> + <additionalparam>-Xdoclint:none</additionalparam> </configuration> <executions> <execution>
