You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2021/12/05 19:21:35 UTC

[incubator-streampipes] branch dev updated: [hotfix] Do not fail on javadoc error

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

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 6ff5d1d  [hotfix] Do not fail on javadoc error
6ff5d1d is described below

commit 6ff5d1d065c6e1182976921c453164d78804c545
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Sun Dec 5 20:21:27 2021 +0100

    [hotfix] Do not fail on javadoc error
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index a24f47f..536c861 100644
--- a/pom.xml
+++ b/pom.xml
@@ -960,8 +960,10 @@
                                     <goal>jar</goal>
                                 </goals>
                                 <configuration>
+                                    <failOnError>false</failOnError>
                                     <additionalJOption>-Xdoclint:none</additionalJOption>
                                     <doclint>none</doclint>
+                                    <additionalJOption>-Xdoclint:none</additionalJOption>
                                     <source>8</source>
                                 </configuration>
                             </execution>