You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2017/04/15 10:20:29 UTC

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

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



Re: svn commit: r1791488 - /maven/plugins/trunk/maven-jar-plugin/src/main/filtered-resources/META-INF/plexus/components.xml

Posted by Robert Scholte <rf...@apache.org>.
I would have reopened MJAR-235, because effectively there's no change. But  
that's a matter of taste.

It's fine like this,
Robert

On Sat, 15 Apr 2017 13:04:41 +0200, Karl Heinz Marbaise  
<kh...@gmx.de> wrote:

> Hi,
>
> On 15/04/17 13:02, Robert Scholte wrote:
>> Thanks,
>>
>> not sure if this is worth a separate jira-issue, because IMHO it will
>> pollute the release notes a bit. But that's another topic.
>
> But it makes clear why this change has been made and the detailed  
> explanation...
>
> Kind regards
> Karl Heinz Marbaise
>
>>
>> Robert
>>
>>
>> On Sat, 15 Apr 2017 12:58:25 +0200, Karl Heinz Marbaise
>> <kh...@gmx.de> wrote:
>>
>>> Hi Robert,
>>>
>>> Done. See MJAR-236..
>>>
>>> Kind regards
>>> Karl Heinz
>>> On 15/04/17 12:44, Robert Scholte wrote:
>>>> 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, <kh...@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-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>
>>>>
>>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

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


Re: svn commit: r1791488 - /maven/plugins/trunk/maven-jar-plugin/src/main/filtered-resources/META-INF/plexus/components.xml

Posted by Karl Heinz Marbaise <kh...@gmx.de>.
Hi,

On 15/04/17 13:02, Robert Scholte wrote:
> Thanks,
>
> not sure if this is worth a separate jira-issue, because IMHO it will
> pollute the release notes a bit. But that's another topic.

But it makes clear why this change has been made and the detailed 
explanation...

Kind regards
Karl Heinz Marbaise

>
> Robert
>
>
> On Sat, 15 Apr 2017 12:58:25 +0200, Karl Heinz Marbaise
> <kh...@gmx.de> wrote:
>
>> Hi Robert,
>>
>> Done. See MJAR-236..
>>
>> Kind regards
>> Karl Heinz
>> On 15/04/17 12:44, Robert Scholte wrote:
>>> 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, <kh...@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-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>>
>>

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


Re: svn commit: r1791488 - /maven/plugins/trunk/maven-jar-plugin/src/main/filtered-resources/META-INF/plexus/components.xml

Posted by Robert Scholte <rf...@apache.org>.
Thanks,

not sure if this is worth a separate jira-issue, because IMHO it will  
pollute the release notes a bit. But that's another topic.

Robert


On Sat, 15 Apr 2017 12:58:25 +0200, Karl Heinz Marbaise  
<kh...@gmx.de> wrote:

> Hi Robert,
>
> Done. See MJAR-236..
>
> Kind regards
> Karl Heinz
> On 15/04/17 12:44, Robert Scholte wrote:
>> 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, <kh...@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-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>
>
> Mit freundlichem Gruß
> Karl-Heinz Marbaise

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


Re: svn commit: r1791488 - /maven/plugins/trunk/maven-jar-plugin/src/main/filtered-resources/META-INF/plexus/components.xml

Posted by Karl Heinz Marbaise <kh...@gmx.de>.
Hi Robert,

Done. See MJAR-236..

Kind regards
Karl Heinz
On 15/04/17 12:44, Robert Scholte wrote:
> 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, <kh...@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-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>


Mit freundlichem Gru�
Karl-Heinz Marbaise
-- 
SoftwareEntwicklung Beratung Schulung    Tel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl-Heinz Marbaise        USt.IdNr: DE191347579
Hauptstrasse 177
52146 W�rselen                           http://www.soebes.de

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


Re: svn commit: r1791488 - /maven/plugins/trunk/maven-jar-plugin/src/main/filtered-resources/META-INF/plexus/components.xml

Posted by Karl Heinz Marbaise <kh...@gmx.de>.
Hi Robert,


On 15/04/17 12:44, Robert Scholte wrote:
> 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.

Ok I revert back maven-compiler-plugin to 3.5.1 ..

Kind regards
Karl Heinz Marbaise

>
> thanks,
> Robert
>
>
> On Sat, 15 Apr 2017 12:20:29 +0200, <kh...@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-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

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


Re: svn commit: r1791488 - /maven/plugins/trunk/maven-jar-plugin/src/main/filtered-resources/META-INF/plexus/components.xml

Posted by Robert Scholte <rf...@apache.org>.
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, <kh...@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-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org