You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2020/12/26 16:50:42 UTC

[incubator-hop] branch master updated: HOP-2350: show failed files in maven output

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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new f42d0f5  HOP-2350: show failed files in maven output
     new 0f8ada8  Merge pull request #495 from hansva/HOP-2350
f42d0f5 is described below

commit f42d0f5e69c3fe9a59a3bd8e83a24388947a0b5d
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Sat Dec 26 11:37:16 2020 +0100

    HOP-2350: show failed files in maven output
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 020450e..db18ca8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -826,6 +826,7 @@
                 <artifactId>apache-rat-plugin</artifactId>
                 <version>0.13</version>
                 <configuration>
+                    <consoleOutput>true</consoleOutput>
                     <excludes>
                         <exclude>**/README.md</exclude>
                         <exclude>LICENSE</exclude>