Re: [all] Do not build the project site with Maven 3.8.2

2022-03-13 Thread Rob Tompkins



> On Mar 13, 2022, at 6:27 PM, Gary Gregory  wrote:
> 
> We have a lazy release vote in flight for commons-release-plugin 1.8.0 that
> include a hack to workaround this issue..
> 

Many thanks Gary.

-Rob

> Gary
> 
>> On Fri, Mar 4, 2022, 14:53 Rob Tompkins  wrote:
>> 
>> 
>> 
 On Mar 4, 2022, at 9:57 AM, Gary Gregory  wrote:
>>> 
>>> On Fri, Mar 4, 2022 at 9:56 AM Alex Herbert 
>>> wrote:
>>> 
> On Fri, 4 Mar 2022 at 14:43, Rob Tompkins  wrote:
> 
> Yes that is on my plate to fix, but I haven’t gotten time to fix it.
 I’ve for the first time in a while got some time this weekend away from
>> my
 standard obligations and will try to put some time in on it. Pardon my
 being remiss, my personal life has been quite hectic over the past 2
>> months
 both at home and at work.
> 
> -Rob
 
 Hi Rob,
 
 IIRC I think the issue you would like to fix is in the commons release
 plugin trying to modify collections that are now immutable in Maven
 3.8.
 
>>> 
>>> Indeed, I created a while back
>>> https://issues.apache.org/jira/browse/MNG-7316
>> 
>> Yep. And I appreciate that help :-)
>> 
>> -Rob
>> 
>>> 
>>> Gary
>>> 
 
 This is another issue with Maven 3.8, specifically a regression in
 3.8.2 in how it computes inheritance from parent projects. So for now
 it may be recommended to try releasing and building the site using
 Maven 3.6.3.
 
 Alex
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
 For additional commands, e-mail: dev-h...@commons.apache.org
 
 
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>> 
>> 

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



Re: [all] Do not build the project site with Maven 3.8.2

2022-03-13 Thread Gary Gregory
We have a lazy release vote in flight for commons-release-plugin 1.8.0 that
include a hack to workaround this issue..

Gary

On Fri, Mar 4, 2022, 14:53 Rob Tompkins  wrote:

>
>
> > On Mar 4, 2022, at 9:57 AM, Gary Gregory  wrote:
> >
> > On Fri, Mar 4, 2022 at 9:56 AM Alex Herbert 
> > wrote:
> >
> >>> On Fri, 4 Mar 2022 at 14:43, Rob Tompkins  wrote:
> >>>
> >>> Yes that is on my plate to fix, but I haven’t gotten time to fix it.
> >> I’ve for the first time in a while got some time this weekend away from
> my
> >> standard obligations and will try to put some time in on it. Pardon my
> >> being remiss, my personal life has been quite hectic over the past 2
> months
> >> both at home and at work.
> >>>
> >>> -Rob
> >>
> >> Hi Rob,
> >>
> >> IIRC I think the issue you would like to fix is in the commons release
> >> plugin trying to modify collections that are now immutable in Maven
> >> 3.8.
> >>
> >
> > Indeed, I created a while back
> > https://issues.apache.org/jira/browse/MNG-7316
>
> Yep. And I appreciate that help :-)
>
> -Rob
>
> >
> > Gary
> >
> >>
> >> This is another issue with Maven 3.8, specifically a regression in
> >> 3.8.2 in how it computes inheritance from parent projects. So for now
> >> it may be recommended to try releasing and building the site using
> >> Maven 3.6.3.
> >>
> >> Alex
> >>
> >> -
> >> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> >> For additional commands, e-mail: dev-h...@commons.apache.org
> >>
> >>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


Re: [all] Do not build the project site with Maven 3.8.2

2022-03-04 Thread Rob Tompkins



> On Mar 4, 2022, at 9:57 AM, Gary Gregory  wrote:
> 
> On Fri, Mar 4, 2022 at 9:56 AM Alex Herbert 
> wrote:
> 
>>> On Fri, 4 Mar 2022 at 14:43, Rob Tompkins  wrote:
>>> 
>>> Yes that is on my plate to fix, but I haven’t gotten time to fix it.
>> I’ve for the first time in a while got some time this weekend away from my
>> standard obligations and will try to put some time in on it. Pardon my
>> being remiss, my personal life has been quite hectic over the past 2 months
>> both at home and at work.
>>> 
>>> -Rob
>> 
>> Hi Rob,
>> 
>> IIRC I think the issue you would like to fix is in the commons release
>> plugin trying to modify collections that are now immutable in Maven
>> 3.8.
>> 
> 
> Indeed, I created a while back
> https://issues.apache.org/jira/browse/MNG-7316

Yep. And I appreciate that help :-)

-Rob

> 
> Gary
> 
>> 
>> This is another issue with Maven 3.8, specifically a regression in
>> 3.8.2 in how it computes inheritance from parent projects. So for now
>> it may be recommended to try releasing and building the site using
>> Maven 3.6.3.
>> 
>> Alex
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>> 
>> 

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



Re: [all] Do not build the project site with Maven 3.8.2

2022-03-04 Thread Gary Gregory
On Fri, Mar 4, 2022 at 9:56 AM Alex Herbert 
wrote:

> On Fri, 4 Mar 2022 at 14:43, Rob Tompkins  wrote:
> >
> > Yes that is on my plate to fix, but I haven’t gotten time to fix it.
> I’ve for the first time in a while got some time this weekend away from my
> standard obligations and will try to put some time in on it. Pardon my
> being remiss, my personal life has been quite hectic over the past 2 months
> both at home and at work.
> >
> > -Rob
>
> Hi Rob,
>
> IIRC I think the issue you would like to fix is in the commons release
> plugin trying to modify collections that are now immutable in Maven
> 3.8.
>

Indeed, I created a while back
https://issues.apache.org/jira/browse/MNG-7316

Gary

>
> This is another issue with Maven 3.8, specifically a regression in
> 3.8.2 in how it computes inheritance from parent projects. So for now
> it may be recommended to try releasing and building the site using
> Maven 3.6.3.
>
> Alex
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


Re: [all] Do not build the project site with Maven 3.8.2

2022-03-04 Thread Alex Herbert
On Fri, 4 Mar 2022 at 14:43, Rob Tompkins  wrote:
>
> Yes that is on my plate to fix, but I haven’t gotten time to fix it. I’ve for 
> the first time in a while got some time this weekend away from my standard 
> obligations and will try to put some time in on it. Pardon my being remiss, 
> my personal life has been quite hectic over the past 2 months both at home 
> and at work.
>
> -Rob

Hi Rob,

IIRC I think the issue you would like to fix is in the commons release
plugin trying to modify collections that are now immutable in Maven
3.8.

This is another issue with Maven 3.8, specifically a regression in
3.8.2 in how it computes inheritance from parent projects. So for now
it may be recommended to try releasing and building the site using
Maven 3.6.3.

Alex

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



Re: [all] Do not build the project site with Maven 3.8.2

2022-03-04 Thread Rob Tompkins
Yes that is on my plate to fix, but I haven’t gotten time to fix it. I’ve for 
the first time in a while got some time this weekend away from my standard 
obligations and will try to put some time in on it. Pardon my being remiss, my 
personal life has been quite hectic over the past 2 months both at home and at 
work. 

-Rob

> On Mar 4, 2022, at 5:33 AM, Alex Herbert  wrote:
> 
> FYI: Release managers
> 
> I have found an issue when building the site using maven 3.8.2.
> 
> The project site descriptor (site.xml) is inherited from
> commons-parent. This should be merged with the site.xml from the
> project. The parent brings in a lot of extra menu items and
> commons-skin.
> 
> I have been building the site without reports for speed (it takes a
> few seconds):
> 
>> mvn clean site site:stage -DgenerateReports=false
> 
> (The site:stage is only required for multi-module projects.)
> 
> Running with maven 3.8.2 the site is rendered using
> 'org.apache.maven.skins:maven-default-skin:jar:1.3'. It lacks all the
> extra menus from the commons-parent site.xml.
> 
> Running with a previous stable version (maven 3.6.3) the site is
> rendered using 'org.apache.commons:commons-skin:jar:4.2'.
> 
> This appears to have been a regression introduced by MNG-7170 and
> fixed by MNG-7216. I confirm that version 3.8.3 of maven does not have
> the issue.
> 
> https://issues.apache.org/jira/browse/MNG-7170
> https://issues.apache.org/jira/browse/MNG-7216
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
> 

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