You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2023/08/05 16:23:34 UTC

[commons-math] branch master updated: MATH-1665: Fail "javadoc" on warnings.

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

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e02432e0 MATH-1665: Fail "javadoc" on warnings.
9e02432e0 is described below

commit 9e02432e06501f94690e172f3856450cd3a55a20
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Sat Aug 5 18:14:12 2023 +0200

    MATH-1665: Fail "javadoc" on warnings.
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index e3094996f..bf32f9f94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -366,6 +366,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
+        <failOnWarnings>true</failOnWarnings>
           <!-- Java API links configured in commons-parent create redirect warnings on JDK 17.
             The links are not required as detectJavaApiLink=true (default). -->
           <links combine.self="override">