You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2015/06/10 09:17:36 UTC

svn commit: r1684580 - /myfaces/tobago/branches/tobago-3.0.x/pom.xml

Author: deki
Date: Wed Jun 10 07:17:35 2015
New Revision: 1684580

URL: http://svn.apache.org/r1684580
Log:
TOBAGO-1460: use same workaround as in trunk

Modified:
    myfaces/tobago/branches/tobago-3.0.x/pom.xml

Modified: myfaces/tobago/branches/tobago-3.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/pom.xml?rev=1684580&r1=1684579&r2=1684580&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/pom.xml Wed Jun 10 07:17:35 2015
@@ -793,12 +793,13 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.1</version><!-- do not use more recent version until https://issues.apache.org/jira/browse/MCOMPILER-235 is fixed -->
+          <version>3.3</version>
           <configuration>
             <source>${maven.compile.source}</source>
             <target>${maven.compile.target}</target>
             <encoding>${maven.compile.encoding}</encoding>
             <showWarnings>true</showWarnings>
+            <useIncrementalCompilation>false</useIncrementalCompilation><!-- see MCOMPILER-209 and MCOMPILER-235 -->
             <!--fork>true</fork-->
             <!-- <compilerArgument>-Xlint:all,-serial,-fallthrough</compilerArgument>-->
           </configuration>