You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2018/01/09 22:21:47 UTC

svn commit: r1820712 - /creadur/whisker/trunk/pom.xml

Author: pottlinger
Date: Tue Jan  9 22:21:47 2018
New Revision: 1820712

URL: http://svn.apache.org/viewvc?rev=1820712&view=rev
Log:
Ignore travis file during RAT scan

Modified:
    creadur/whisker/trunk/pom.xml

Modified: creadur/whisker/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/pom.xml?rev=1820712&r1=1820711&r2=1820712&view=diff
==============================================================================
--- creadur/whisker/trunk/pom.xml (original)
+++ creadur/whisker/trunk/pom.xml Tue Jan  9 22:21:47 2018
@@ -256,6 +256,7 @@
           <version>0.11</version>
           <configuration>
             <excludes>
+              <exclude>.travis.yml</exclude>
               <exclude>src/site/resources/*.dia</exclude>
             </excludes>
           </configuration>