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 2014/10/14 22:26:45 UTC

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

Author: pottlinger
Date: Tue Oct 14 20:26:44 2014
New Revision: 1631871

URL: http://svn.apache.org/r1631871
Log:
Bugfix: Added rat configuration

* It seems that RAT was never executed properly after *.dia
  were inserted into the project's site.

Modified:
    creadur/whisker/trunk/pom.xml

Modified: creadur/whisker/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/pom.xml?rev=1631871&r1=1631870&r2=1631871&view=diff
==============================================================================
--- creadur/whisker/trunk/pom.xml (original)
+++ creadur/whisker/trunk/pom.xml Tue Oct 14 20:26:44 2014
@@ -254,6 +254,11 @@
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
           <version>0.11</version>
+          <configuration>
+            <excludes>
+              <exclude>src/site/resources/*.dia</exclude>
+            </excludes>
+          </configuration>
         </plugin>
         <!-- instrumentalization for cobertura -->
         <plugin>