Double copy of XML in POMs

2018-08-02 Thread Joshua Fox
I got a lot of these error messages using Maven 3.5 on Windows 10. *The POM for… jar… is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details* It turns out that the POM files consisted of a *double copy *of the XML! See the attached example. I

Re: Double copy of XML in POMs

2018-08-02 Thread Michael Osipov
Am 2018-08-02 um 12:48 schrieb Joshua Fox: I got a lot of these error messages using Maven 3.5 on Windows 10. *The POM for… jar… is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details* It turns out that the POM files consisted of a *double c

Re: Double copy of XML in POMs

2018-08-03 Thread Robert Scholte
Yes, this is a known issue, see MNG-6281[1] Up until Maven 3.3.9 this was never an issue, until we fixed MNG-6020[2]. Before that Maven stopped reading after the closing root-tag. It is very hard to reproduce. One of the possibilities I have in mind is that the same pom is required twice (e

Re: Double copy of XML in POMs

2018-08-06 Thread Joshua Fox
Thank you! Good to know that is is being handled. (It is not a blocker since we deleted the repository and forced a new download.) On Fri, Aug 3, 2018 at 11:07 AM Robert Scholte wrote: > Yes, this is a known issue, see MNG-6281[1] Up until Maven 3.3.9 this was > never an issue, until we fixed

Re: Double copy of XML in POMs

2018-08-06 Thread Robert Scholte
If you ever have some ideas about how this could happen, we're really curious about those details to be able to reproduce it. thanks, Robert On Mon, 06 Aug 2018 09:56:00 +0200, Joshua Fox wrote: Thank you! Good to know that is is being handled. (It is not a blocker since we deleted the r

Re: Double copy of XML in POMs

2018-08-06 Thread Joshua Fox
I'll ask my team to report to me if anyone sees it. On Mon, Aug 6, 2018 at 7:41 PM Robert Scholte wrote: > If you ever have some ideas about how this could happen, we're really > curious about those details to be able to reproduce it. > > thanks, > Robert > > On Mon, 06 Aug 2018 09:56:00 +0200,