Open Pull Requests

2020-05-25 Thread Robert Oxspring
Hi folks, I’ve got a few open pull requests (one approved) but without any further action in the last week… is there anything I can do to encourage next steps towards getting the changes merged? https://github.com/apache/maven-shared-utils/pull/31

Re: next level of compatibility (was Re: [maven-site] branch master updated: few precisions)

2020-05-25 Thread Robert Scholte
I missed the proposal for the version. I saw 3.2.5 and that can't be correct, hence I tried to explain what the correct version should be. So correct minimum version will be one of: 3.0, 3.1.0, 3.2.1, 3.3.1, 3.5.0 This is the version we should compile with, our integration tests use the latest

Re: Consumer pom and relative disk paths for parent pom

2020-05-25 Thread Robert Scholte
next on my list Robert On 25-5-2020 17:42:23, Enrico Olivelli wrote: Robert, do we have news about this great feature ? Enrico Il giorno sab 30 nov 2019 alle ore 14:38 Enrico Olivelli eolive...@gmail.com> ha scritto: > Good news > > Il giorno sab 30 nov 2019 alle ore 14:27 Robert Scholte >

Re: next level of compatibility (was Re: [maven-site] branch master updated: few precisions)

2020-05-25 Thread Olivier Lamy
@All Can we update the compatibility plan document saying we support from 3.5.4 and 3.6.3. plugins will use API from 3.5.4 and can use java8 from now (June 2020) . As 3.7.0 is on his way (soon) supporting 3 series seems enough. (with 3.7.0 using java8) @Robert As you didn't answer, I wonder if you

Re: Dynamic phases proposal

2020-05-25 Thread Robert Scholte
I think this is still waiting for feedback from me. There are parts that I still don't like. Now that maven-wrapper is mostly done, I will put effort on build-consumer first, because even once implemented, there will be several other tasks that needs to be done. After that I might have time to

[MNG-6802] Pull Request review

2020-05-25 Thread Ravil Galeyev
*TL;DR* please, look at my PR, what else can I do to make the fix accepted? Dear Maven developers! I came across the issue in flatten plugin which prevents my team to use it. I submitted a fix (PR-152

[CANCELLED] [VOTE] Release Apache Maven JXR version 3.1.0

2020-05-25 Thread Hervé BOUTEMY
blocking issue found: we'll fix and do a new release soon Le samedi 23 mai 2020, 17:03:24 CEST Hervé BOUTEMY a écrit : > Hi, > > We solved 6 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317527 > rsion=12344185=Text > > Staging repo: >

Re: [VOTE] Release Apache Maven JXR version 3.1.0

2020-05-25 Thread Andreas Sewe
Hervé BOUTEMY wrote: > ok, I can cancel the vote > are you able to open a Jira issue, provide a test and eventually a fix, > please? - Opened - Attached a small patch to it that enhances the "simple-project" integration test to catch this bug -

Re: Dynamic phases proposal

2020-05-25 Thread Enrico Olivelli
Stephen, do we have news about this great feature ? Enrico Il giorno sab 23 nov 2019 alle ore 11:51 Stephen Connolly < stephen.alan.conno...@gmail.com> ha scritto: > Ok I figured out dynamic lookup from plexus: > > $ mvn -version > Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; >

Re: Consumer pom and relative disk paths for parent pom

2020-05-25 Thread Enrico Olivelli
Robert, do we have news about this great feature ? Enrico Il giorno sab 30 nov 2019 alle ore 14:38 Enrico Olivelli < eolive...@gmail.com> ha scritto: > Good news > > Il giorno sab 30 nov 2019 alle ore 14:27 Robert Scholte < > rfscho...@apache.org> ha scritto: > >> Hi Enrico, >> >> current

[GitHub] [maven-site-plugin] elharo commented on pull request #24: [MSITE-845] remove Maven 2 support

2020-05-25 Thread GitBox
elharo commented on pull request #24: URL: https://github.com/apache/maven-site-plugin/pull/24#issuecomment-633556128 @Tibor17 do you want to merge #12 before I merge this one? This is an automated message from the Apache

[GitHub] [maven-site] elharo opened a new pull request #171: docs: remove links that don't go where they say

2020-05-25 Thread GitBox
elharo opened a new pull request #171: URL: https://github.com/apache/maven-site/pull/171 @hboutemy This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: Problem with site generation - maven-site-plugin

2020-05-25 Thread Elliotte Rusty Harold
On Mon, May 25, 2020 at 2:49 AM Hervé BOUTEMY wrote: > > removing Maven 2 code is a good simplification > but FYI it won't remove dependency on plexus-classworld: it's the core of all > plugins classloading mechanism to have independant plugins > Yes, but there's an explicit dependency on

Re: Problem with site generation - maven-site-plugin

2020-05-25 Thread Karl Heinz Marbaise
Hi Hervé, you can reproduce the issue on mojohaus parent repository (github.com:mojohaus/mojo-parent.git) and using the branch "issue-105" and just: mvn site site:stage Using Maven 3.5.2 fails with the described issue. Kind regards Karl Heinz Marbaise On 25.05.20 08:41, Hervé BOUTEMY wrote:

Re: Problem with site generation - maven-site-plugin

2020-05-25 Thread Hervé BOUTEMY
removing Maven 2 code is a good simplification but FYI it won't remove dependency on plexus-classworld: it's the core of all plugins classloading mechanism to have independant plugins didn't yet have time yet to dig, but perhaps the way maven-site-plugin invokes reporting plugins causes some

Re: Problem with site generation - maven-site-plugin

2020-05-25 Thread Hervé BOUTEMY
uh, strange: maven-site-plugin ITs are ok with many Maven and JDK versions [1] I'll need some time to investigate Regards, Hervé [1] https://builds.apache.org/blue/organizations/jenkins/maven-box%2Fmaven-site-plugin/detail/master/94/pipeline Le dimanche 24 mai 2020, 12:01:46 CEST Karl Heinz

Re: [VOTE] Release Apache Maven JXR version 3.1.0

2020-05-25 Thread Hervé BOUTEMY
ok, I can cancel the vote are you able to open a Jira issue, provide a test and eventually a fix, please? Regards, Hervé Le dimanche 24 mai 2020, 13:35:04 CEST Andreas Sewe a écrit : > Andreas Sewe wrote: > > Hervé BOUTEMY wrote: > >> We solved 6 issues: > >>