You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2015/12/09 16:07:38 UTC

svn commit: r1718877 - /commons/proper/jexl/trunk/pom.xml

Author: sebb
Date: Wed Dec  9 15:07:38 2015
New Revision: 1718877

URL: http://svn.apache.org/viewvc?rev=1718877&view=rev
Log:
Allow RAT to run from command-line

Modified:
    commons/proper/jexl/trunk/pom.xml

Modified: commons/proper/jexl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=1718877&r1=1718876&r2=1718877&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Wed Dec  9 15:07:38 2015
@@ -240,6 +240,16 @@
                     </dependency>
                 </dependencies>
             </plugin>
+            <!-- Allow RAT to be run from command-line. Must agree with config in report section. -->
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>.travis.yml</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
         </plugins>
     </build>