You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2020/02/02 17:29:41 UTC

svn commit: r1873511 - /uima/build/trunk/parent-pom/pom.xml

Author: rec
Date: Sun Feb  2 17:29:41 2020
New Revision: 1873511

URL: http://svn.apache.org/viewvc?rev=1873511&view=rev
Log:
[NO JIRA] Configure rat plugin to print names of files with license issues to console during build - particularly useful when running in Jenkins

Modified:
    uima/build/trunk/parent-pom/pom.xml

Modified: uima/build/trunk/parent-pom/pom.xml
URL: http://svn.apache.org/viewvc/uima/build/trunk/parent-pom/pom.xml?rev=1873511&r1=1873510&r2=1873511&view=diff
==============================================================================
--- uima/build/trunk/parent-pom/pom.xml (original)
+++ uima/build/trunk/parent-pom/pom.xml Sun Feb  2 17:29:41 2020
@@ -527,6 +527,7 @@ Copyright (c) 2003, 2006 IBM Corporation
               <phase>verify</phase>
               <!-- default configuration -->
               <configuration>
+                <consoleOutput>true</consoleOutput>
                 <excludes>
                   <exclude>release.properties</exclude> <!-- generated file -->
                   <exclude>README*</exclude>