You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by am...@apache.org on 2017/08/17 06:38:44 UTC

svn commit: r1805258 - /jackrabbit/oak/trunk/oak-segment-tar/pom.xml

Author: amitj
Date: Thu Aug 17 06:38:44 2017
New Revision: 1805258

URL: http://svn.apache.org/viewvc?rev=1805258&view=rev
Log:
OAK-6531: Implement rolling upgrade from Oak 1.6

Added oak-1.6-gc.log to rat exceptions

Modified:
    jackrabbit/oak/trunk/oak-segment-tar/pom.xml

Modified: jackrabbit/oak/trunk/oak-segment-tar/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-segment-tar/pom.xml?rev=1805258&r1=1805257&r2=1805258&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-segment-tar/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-segment-tar/pom.xml Thu Aug 17 06:38:44 2017
@@ -121,6 +121,15 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>**/oak-1.6-gc.log</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
         </plugins>
     </build>