You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mk...@apache.org on 2013/05/31 16:42:18 UTC

svn commit: r1488257 - /myfaces/core/branches/2.1.x/impl/pom.xml

Author: mkienenb
Date: Fri May 31 14:42:18 2013
New Revision: 1488257

URL: http://svn.apache.org/r1488257
Log:
MYFACES-3732 - exclude impl/src/main/resources/META-INF/services/javax.servlet.ServletContainerInitializer from apache rat checking

Modified:
    myfaces/core/branches/2.1.x/impl/pom.xml

Modified: myfaces/core/branches/2.1.x/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.1.x/impl/pom.xml?rev=1488257&r1=1488256&r2=1488257&view=diff
==============================================================================
--- myfaces/core/branches/2.1.x/impl/pom.xml (original)
+++ myfaces/core/branches/2.1.x/impl/pom.xml Fri May 31 14:42:18 2013
@@ -79,6 +79,7 @@
                         <!-- services files are trivial config files with no comments -->
                         <exclude>src/test/resources/META-INF/services/org.apache.myfaces.config.annotation.LifecycleProvider</exclude>
                         <exclude>src/main/resources/META-INF/services/org.apache.myfaces.config.annotation.LifecycleProvider</exclude>
+                        <exclude>src/main/resources/META-INF/services/javax.servlet.ServletContainerInitializer</exclude>
 
                         <!-- these jsf.js files are trivial empty placeholders -->
                         <exclude>src/test/resources/org/apache/myfaces/view/facelets/tag/composite/javax.faces/jsf.js</exclude>