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/09 00:41:41 UTC

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

Author: lu4242
Date: Fri Jun  9 00:41:41 2017
New Revision: 1798162

URL: http://svn.apache.org/viewvc?rev=1798162&view=rev
Log:
disable animal sniffer not necessary for beta release (fix required to java 1.8)

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=1798162&r1=1798161&r2=1798162&view=diff
==============================================================================
--- myfaces/core/branches/2.3.x/impl/pom.xml (original)
+++ myfaces/core/branches/2.3.x/impl/pom.xml Fri Jun  9 00:41:41 2017
@@ -1072,6 +1072,7 @@
             </activation>
             <build>
                 <plugins>
+				    <!--
                     <plugin>
                         <groupId>org.jvnet</groupId>
                         <artifactId>animal-sniffer</artifactId>
@@ -1091,6 +1092,7 @@
                             </execution>
                         </executions>
                     </plugin>
+					-->
                 </plugins>
             </build>