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 2021/07/05 07:44:27 UTC

[wicket] branch master updated: Do not fail the build on Javadoc errors

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 191ac59  Do not fail the build on Javadoc errors
191ac59 is described below

commit 191ac5945d38f1388b94442b990328f68b96d4ad
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Mon Jul 5 10:37:08 2021 +0300

    Do not fail the build on Javadoc errors
    
    Remove some useless comments
    
    (cherry picked from commit 0ed11341a12bb359fd09220559a01260df1de4b9)
---
 pom.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 97f3770..900a73a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -341,9 +341,6 @@
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket</artifactId>
 				<version>10.0.0-M1-SNAPSHOT</version>
-				<!-- It seems there is a bug in Maven (2.2.1 & 3.0.1) and
-				type 'pom' is not properly inherited. I.e. the
-				dependency management doesn't work -->
 				<type>pom</type>
 			</dependency>
 			<dependency>
@@ -1012,7 +1009,7 @@
 							<link>${javadoc.jdk.apidocs.link}</link>
 						</links>
 						<linksource>true</linksource>
-						<failOnError>true</failOnError>
+						<failOnError>false</failOnError>
 						<doclint>none</doclint>
 						<additionalJOption>${javadoc.additionalJOption}</additionalJOption>
 						<sourcepath>${project.build.sourceDirectory}</sourcepath>