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:46:53 UTC

svn commit: r1591364 - /myfaces/tobago/branches/tobago-3.0.x/pom.xml

Author: lofwyr
Date: Wed Apr 30 15:46:53 2014
New Revision: 1591364

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

Modified:
    myfaces/tobago/branches/tobago-3.0.x/pom.xml

Modified: myfaces/tobago/branches/tobago-3.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/pom.xml?rev=1591364&r1=1591363&r2=1591364&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/pom.xml Wed Apr 30 15:46:53 2014
@@ -897,6 +897,7 @@
             <excludes>
               <!-- jQuery -->
               <exclude>**/jquery*.js</exclude>
+              <exclude>**/jquery*.map</exclude>
 
               <!-- log files -->
               <exclude>**/*.log</exclude>