You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2020/09/08 11:18:43 UTC

[plc4x-build-tools] branch releases/code-generation/1.3 updated: - Make the javadoc plugin not fail on errors or warnings

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

cdutz pushed a commit to branch releases/code-generation/1.3
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git


The following commit(s) were added to refs/heads/releases/code-generation/1.3 by this push:
     new 39e06f6  - Make the javadoc plugin not fail on errors or warnings
39e06f6 is described below

commit 39e06f6e00e4394521952f0c6ec9532d20910c44
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Tue Sep 8 13:18:37 2020 +0200

    - Make the javadoc plugin not fail on errors or warnings
---
 code-generation/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/code-generation/pom.xml b/code-generation/pom.xml
index 772ca84..bb080db 100644
--- a/code-generation/pom.xml
+++ b/code-generation/pom.xml
@@ -168,6 +168,8 @@
           <version>3.1.1</version>
           <configuration>
             <source>8</source>
+            <failOnError>false</failOnError>
+            <failOnWarnings>false</failOnWarnings>
           </configuration>
         </plugin>
         <plugin>