Author: mreutegg
Date: Wed Feb 28 08:21:48 2018
New Revision: 1825532
URL: http://svn.apache.org/viewvc?rev=1825532&view=rev
Log:
OAK-7295: Print path of files with unapproved licences
Modified:
jackrabbit/oak/trunk/oak-parent/pom.xml
Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1825532&r1=1825531&r2=1825532&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Wed Feb 28 08:21:48 2018
@@ -268,6 +268,9 @@
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.12</version>
+ <configuration>
+ <consoleOutput>true</consoleOutput>
+ </configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>