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:51:36 UTC

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

Author: lu4242
Date: Thu Jun  8 22:51:36 2017
New Revision: 1798137

URL: http://svn.apache.org/viewvc?rev=1798137&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=1798137&r1=1798136&r2=1798137&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:51:36 2017
@@ -108,6 +108,7 @@
 
                         <!-- This file probably needs a license, but I don't know if it's safe to put it in there -->
                         <exclude>src/test/resources/org/apache/myfaces/context/nestedScriptCDATA.xml</exclude>
+						<exclude>src/test/resources/META-INF/openwebbeans/openwebbeans.properties</exclude>
                     </excludes>
                 </configuration>
             </plugin>