You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/06/25 09:01:55 UTC

[commons-statistics] branch master updated (15cad82 -> d8cdd8d)

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

aherbert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-statistics.git


    from 15cad82  Fail build on coverage checks
     new 1e84e90  Fail javadoc on warnings
     new d8cdd8d  Fail javadoc on warnings

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)


[commons-statistics] 01/02: Fail javadoc on warnings

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1e84e906bbd237017154e9a26be92a08900c4320
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Sat Jun 25 09:56:20 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index d947841..d7850b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -345,6 +345,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
+          <failOnWarnings>true</failOnWarnings>
           <additionalOptions>${doclint.javadoc.qualifier} ${allowscript.javadoc.qualifier} -header '&lt;script type="text/javascript" async src="${statistics.mathjax.url}"&gt;&lt;/script&gt;'</additionalOptions>
         </configuration>
       </plugin>


[commons-statistics] 02/02: Fail javadoc on warnings

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d8cdd8d7ad8cf15592c2946d56739c47964330b2
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Sat Jun 25 10:01:46 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index d7850b0..105fd8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -476,6 +476,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
+          <failOnWarnings>true</failOnWarnings>
           <additionalOptions>${doclint.javadoc.qualifier} ${allowscript.javadoc.qualifier} -header '&lt;script type="text/javascript" async src="${statistics.mathjax.url}"&gt;&lt;/script&gt;'</additionalOptions>
         </configuration>
       </plugin>