Re: plugin:descriptor fails with java.util.NoSuchElementException

2018-11-29 Thread Hervé BOUTEMY
wow, nice idea I noticed the issue for a long time, but never figured out the link with Java 7 nor this idea of fix that is so "magic"... thank you for the help Regards, Hervé Le vendredi 30 novembre 2018, 05:11:56 CET Gabriel Belingueres a écrit : > Indeed, that seems to be the case. It

Re: plugin:descriptor fails with java.util.NoSuchElementException

2018-11-29 Thread Gabriel Belingueres
Indeed, that seems to be the case. It magically worked after replacing the following line: http://codehaus-plexus.github.io/plexus-utils/xref/org/codehaus/plexus/util/xml/PrettyPrintXMLWriter.html#L307 with this: String element = elementStack.removeLast(); write( "" ); I will soon create the

Re: For 3.6.1 - MNG-5995 and MNG-6069

2018-11-29 Thread Sylwester Lachiewicz
Hi, branches for MNG-5995 and MNG-6069 ready in maven core - build passed https://builds.apache.org/view/M-R/view/Maven/job/maven-box/job/maven/job/MNG-5995/ https://builds.apache.org/view/M-R/view/Maven/job/maven-box/job/maven/job/MNG-6069v2/ Please review. BR Sylwester czw., 8 lis 2018 o

Second ITs - MNG-6513 and MNG-6521

2018-11-29 Thread Sylwester Lachiewicz
Looking for someone to second 2 fixes to ITs MNG-6513 Migrate Plexus Javadoc tags to annotations - we still use deprecated solution here MNG-6521 Prepare ITs to tests with Java 12 - with the latest enablement of Java 12-ea we can try to use for testing - no surprise here, for me tests looks

Re: plugin:descriptor fails with java.util.NoSuchElementException

2018-11-29 Thread Robert Scholte
At builds.apache.org: Java version: 1.7.0_79, vendor: Oracle Corporation Local Java version: 1.7.0_80, vendor: Oracle Corporation does seem to be Java7 only... I need to check this for a longer period, but might be a good conclusion. thanks, Robert On Thu, 29 Nov 2018 04:54:59 +0100, Gabriel

Re: MNG-6530 - Please fix or revert important regression from MNG-6311

2018-11-29 Thread Mickael Istria
Hi guys, Another kind of projects (after IDEs) that may be affected by this issue and receiving out of date MavenProject from Project.build(...) can be for example CI systems (

Re: MNG-6530 - Please fix or revert important regression from MNG-6311

2018-11-29 Thread Mickael Istria
Hi guys, Thanks for your answer. I like the proposal of the system property to disable this bug. Let's continue discussion on the Jira ticket. Cheers,

Re: MNG-6530 - Please fix or revert important regression from MNG-6311

2018-11-29 Thread Karl Heinz Marbaise
Hi, On 28/11/18 21:21, Robert Scholte wrote: On Wed, 28 Nov 2018 17:13:32 +0100, Mickael Istria wrote: Hi, I'm writing that in the context of some maintenance work in Eclipse m2e. Eclipse m2e likes to use the latest Maven release, but we identified (and shared it publicly on the bugtracker