You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2014/04/30 17:41:04 UTC

svn commit: r1591360 - /myfaces/tobago/trunk/pom.xml

Author: lofwyr
Date: Wed Apr 30 15:41:03 2014
New Revision: 1591360

URL: http://svn.apache.org/r1591360
Log:
exclude the source map from rat check

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=1591360&r1=1591359&r2=1591360&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Wed Apr 30 15:41:03 2014
@@ -968,6 +968,7 @@
             <excludes>
               <!-- jQuery -->
               <exclude>**/jquery*.js</exclude>
+              <exclude>**/jquery*.map</exclude>
 
               <!-- log files -->
               <exclude>**/*.log</exclude>