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 23:46:32 UTC

svn commit: r1798142 - /myfaces/core/tags/myfaces-core-module-2.3.0-beta/api/pom.xml

Author: lu4242
Date: Thu Jun  8 23:46:31 2017
New Revision: 1798142

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

Modified:
    myfaces/core/tags/myfaces-core-module-2.3.0-beta/api/pom.xml

Modified: myfaces/core/tags/myfaces-core-module-2.3.0-beta/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/tags/myfaces-core-module-2.3.0-beta/api/pom.xml?rev=1798142&r1=1798141&r2=1798142&view=diff
==============================================================================
--- myfaces/core/tags/myfaces-core-module-2.3.0-beta/api/pom.xml (original)
+++ myfaces/core/tags/myfaces-core-module-2.3.0-beta/api/pom.xml Thu Jun  8 23:46:31 2017
@@ -560,6 +560,7 @@
             </activation>
             <build>
                 <plugins>
+				<!--
                     <plugin>
                         <groupId>org.jvnet</groupId>
                         <artifactId>animal-sniffer</artifactId>
@@ -579,6 +580,7 @@
                             </execution>
                         </executions>
                     </plugin>            
+				-->
                 </plugins>
             </build>