You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2021/10/02 23:05:08 UTC

[maven-archetype] branch gh-actions updated: do not fail in javadoc warnings

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

olamy pushed a commit to branch gh-actions
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git


The following commit(s) were added to refs/heads/gh-actions by this push:
     new 9c0ec23  do not fail in javadoc warnings
9c0ec23 is described below

commit 9c0ec2318d465a34671ca9dc5ac3aaa2eaad252b
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sun Oct 3 09:04:59 2021 +1000

    do not fail in javadoc warnings
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 1ff81f7..6944165 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,6 +81,7 @@
     <surefire.version>2.22.2</surefire.version>
     <maven.site.path>archetype-archives/archetype-LATEST</maven.site.path>
     <project.build.outputTimestamp>2020-07-13T21:44:31Z</project.build.outputTimestamp>
+    <maven.javadoc.failOnWarnings>false</maven.javadoc.failOnWarnings>
   </properties>
 
   <dependencyManagement>