Hi Karl Heinz,

I'd prefer to leave maven-compiler-plugin on 3.5.1 as default.
The 3.6.x have Java 9 features which are not optimal yet. E.g. in some circumstances we should warn the developer about automodules. If this version becomes the default, it is more likely to have issues with our eco-system in the future.
I'm working on maven-compiler-plugin right now to improve this part.

thanks,
Robert


On Sat, 15 Apr 2017 12:20:29 +0200, <khmarba...@apache.org> wrote:

Author: khmarbaise
Date: Sat Apr 15 10:20:29 2017
New Revision: 1791488

URL: http://svn.apache.org/viewvc?rev=1791488&view=rev
Log:
[MJAR-235] Update life cycle bound plugin versions
 o Updated maven-resources-plugin from 2.7 to 3.0.2
 o Updated maven-compiler-plugin from 3.5.1 to 3.6.1

Modified:
    
maven/plugins/trunk/maven-jar-plugin/src/main/filtered-resources/META-INF/plexus/components.xml

Modified: maven/plugins/trunk/maven-jar-plugin/src/main/filtered-resources/META-INF/plexus/components.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jar-plugin/src/main/filtered-resources/META-INF/plexus/components.xml?rev=1791488&r1=1791487&r2=1791488&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jar-plugin/src/main/filtered-resources/META-INF/plexus/components.xml (original) +++ maven/plugins/trunk/maven-jar-plugin/src/main/filtered-resources/META-INF/plexus/components.xml Sat Apr 15 10:20:29 2017
@@ -67,16 +67,16 @@
             <!-- START SNIPPET: jar-lifecycle -->
             <phases>
               <process-resources>
- org.apache.maven.plugins:maven-resources-plugin:2.7:resources + org.apache.maven.plugins:maven-resources-plugin:3.0.2:resources
               </process-resources>
               <compile>
- org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile + org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile
               </compile>
               <process-test-resources>
- org.apache.maven.plugins:maven-resources-plugin:2.7:testResources + org.apache.maven.plugins:maven-resources-plugin:3.0.2:testResources
               </process-test-resources>
               <test-compile>
- org.apache.maven.plugins:maven-compiler-plugin:3.5.1:testCompile + org.apache.maven.plugins:maven-compiler-plugin:3.6.1:testCompile
               </test-compile>
               <test>
                 org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to