You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2016/05/07 01:05:42 UTC

svn commit: r1742681 - /myfaces/trinidad/trunk/trinidad-impl/pom.xml

Author: lu4242
Date: Sat May  7 01:05:42 2016
New Revision: 1742681

URL: http://svn.apache.org/viewvc?rev=1742681&view=rev
Log:
exclude files from rat plugin

Modified:
    myfaces/trinidad/trunk/trinidad-impl/pom.xml

Modified: myfaces/trinidad/trunk/trinidad-impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/pom.xml?rev=1742681&r1=1742680&r2=1742681&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/pom.xml (original)
+++ myfaces/trinidad/trunk/trinidad-impl/pom.xml Sat May  7 01:05:42 2016
@@ -491,6 +491,8 @@
             <exclude>/src/webapp/</exclude>
             <exclude>src/main/resources/META-INF/trinidad-version.txt</exclude>
             <exclude>src/main/resources/META-INF/servlets/resources/adf.resources</exclude>
+            <exclude>src/main/resources/META-INF/tr.taglib.xml</exclude>
+            <exclude>src/main/resources/META-INF/trh.taglib.xml</exclude>
           </excludes>
         </configuration>
       </plugin>