You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2021/02/15 14:11:19 UTC

svn commit: r1886529 - in /jackrabbit/branches/2.14: ./ jackrabbit-parent/pom.xml

Author: reschke
Date: Mon Feb 15 14:11:19 2021
New Revision: 1886529

URL: http://svn.apache.org/viewvc?rev=1886529&view=rev
Log:
JCR-4617: output apache-rat-plugin issues on console (merged r1879973 into 2.14)

Modified:
    jackrabbit/branches/2.14/   (props changed)
    jackrabbit/branches/2.14/jackrabbit-parent/pom.xml

Propchange: jackrabbit/branches/2.14/
------------------------------------------------------------------------------
  Merged /jackrabbit/trunk:r1879973

Modified: jackrabbit/branches/2.14/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.14/jackrabbit-parent/pom.xml?rev=1886529&r1=1886528&r2=1886529&view=diff
==============================================================================
--- jackrabbit/branches/2.14/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/branches/2.14/jackrabbit-parent/pom.xml Mon Feb 15 14:11:19 2021
@@ -267,6 +267,7 @@
           <excludes>
             <exclude>release.properties</exclude>
           </excludes>
+          <consoleOutput>true</consoleOutput>
         </configuration>
       </plugin>
       <plugin>