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 2017/06/08 22:05:20 UTC

svn commit: r1798131 - /myfaces/core/branches/2.3.x/impl/pom.xml

Author: lu4242
Date: Thu Jun  8 22:05:20 2017
New Revision: 1798131

URL: http://svn.apache.org/viewvc?rev=1798131&view=rev
Log:
add omnifaces license as excluded by rat plugin

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

Modified: myfaces/core/branches/2.3.x/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.3.x/impl/pom.xml?rev=1798131&r1=1798130&r2=1798131&view=diff
==============================================================================
--- myfaces/core/branches/2.3.x/impl/pom.xml (original)
+++ myfaces/core/branches/2.3.x/impl/pom.xml Thu Jun  8 22:05:20 2017
@@ -97,6 +97,7 @@
 
                         <!-- facelets has non-standard APL license -->
                         <exclude>src/main/resources/META-INF/licenses/facelets-LICENSE.txt</exclude>
+						<exclude>src/main/resources/META-INF/licenses/omnifaces-LICENSE.txt</exclude>
                         
                         <!-- services files are trivial config files with no comments -->
                         <exclude>src/test/resources/META-INF/services/org.apache.myfaces.config.annotation.LifecycleProvider</exclude>