Re: maven-archiver build on Jenkins - Test Failures

2017-12-28 Thread Karl Heinz Marbaise
Hi, I have found a line of code which I might misunderstand... https://gitbox.apache.org/repos/asf?p=maven-archiver.git;a=blob;f=src/main/java/org/apache/maven/archiver/MavenArchiver.java;h=66d93536d8c77fef66194841362cfca18a460e0c;hb=HEAD#l124 if ( hasManifestEntries ) {

[RESULT] [VOTE] Release Apache Maven PDF Plugin version 1.4

2017-12-28 Thread Hervé BOUTEMY
Hi, The vote has passed with the following result: +1 : Robert Scholte, Karl Heinz Marbaise, Hervé Boutemy PMC quorum reached I will promote the artifacts to the central repo. - To unsubscribe, e-mail:

Re: [VOTE] Release Apache Maven PDF Plugin version 1.4

2017-12-28 Thread Hervé BOUTEMY
here is my +1 Regards, Hervé Le vendredi 22 décembre 2017, 10:11:32 CET Hervé BOUTEMY a écrit : > Hi, > > We solved 12 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa? > projectId=12317620=1238=Text > > There are still a couple of issues left in JIRA: >

Re: [VOTE] Release Apache Maven Doxia Sitetools version 1.8

2017-12-28 Thread Hervé BOUTEMY
here is my +1 Regards, Hervé Le jeudi 21 décembre 2017, 23:31:14 CET Hervé BOUTEMY a écrit : > Hi, > > We solved 7 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa? > projectId=12317320=12339613=Text > > There are still a couple of issues left in JIRA: >

[RESULT] [VOTE] Release Apache Maven Doxia Sitetools version 1.8

2017-12-28 Thread Hervé BOUTEMY
Hi, The vote has passed with the following result: +1 : Robert Scholte, Michael Osipov, Karl Heinz Marbaise, Hervé Boutemy PMC quorum reached I will promote the artifacts to the central repo. - To unsubscribe,

Re: [IMPORTANT] Re: Git migration next steps

2017-12-28 Thread Hervé BOUTEMY
on maven-javadoc-plugin: what about merging master2 branch into master, like if it was a PR? In general, I don't like this way of doing PR merges (I prefer rebasing or cherry picking, to avoid the merge commit and the parallel branches staying for ever in the repo), but since this way of

Re: [IMPORTANT] Re: Git migration next steps

2017-12-28 Thread Hervé BOUTEMY
Hi Plamen, Thank you for your help Yes, I looked more in depth to maven-plugins svn2git mirror and the split result (got from the split script): the issue with tags is already there I like the idea of recreating tags from "[maven-release-plugin] prepare release " commit, ignoring the

Re: Questions regarding improving the Apache Commons release process.

2017-12-28 Thread Hervé BOUTEMY
Hi Rob, one additional point: currently, for Maven itself, instead of adding new Maven-specific ReleasePhase(s) to the default configuration, or configure them in our parent pom (I'm not sure documentation on how to do that is available: I could not find it), we chose first to create a

plexus-archiver / plexus-util Issue

2017-12-28 Thread Karl Heinz Marbaise
Hi, after diving more into this.. I found that if I upgrade plexus-utils to 3.1.0 in plexus-archiver the tests in plexus-archiver stuck completely...as I already observed (which I though was another cause)... https://travis-ci.org/codehaus-plexus/plexus-archiver/jobs/321821294 So more

Re: Questions regarding improving the Apache Commons release process.

2017-12-28 Thread Rob Tompkins
> On Dec 28, 2017, at 4:05 AM, Hervé BOUTEMY wrote: > > Hi Rob, > > one additional point: currently, for Maven itself, instead of adding new > Maven-specific ReleasePhase(s) to the default configuration, or configure > them in > our parent pom (I'm not sure

[ANN] Apache Maven PDF Plugin 1.4 Released

2017-12-28 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven PDF Plugin, version 1.4 This plugin allows you to generate a PDF version of your project's documentation. https://maven.apache.org/plugins/maven-pdf-plugin/ You should specify the version in your

Re: second fix for MNG-6330 [regression] Parents relativePath not verified anymore

2017-12-28 Thread Robert Scholte
Hi Karl Heinz, AFAIK you're hitting https://issues.apache.org/jira/browse/INFRA-15681 thanks, Robert On Thu, 28 Dec 2017 19:31:35 +0100, Karl Heinz Marbaise wrote: Hi Robert, On 28/12/17 19:10, Robert Scholte wrote: Hi Karl Heinz, just looking for a +1 from another

[ANN] Apache Maven Doxia Sitetools 1.8 Released

2017-12-28 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Doxia Sitetools, version 1.8 Doxia Sitetools is an extension of base Doxia component that generates either HTML sites, consisting of decoration and content that was generated by Doxia, or documents like RTF or PDF.

second fix for MNG-6330 [regression] Parents relativePath not verified anymore

2017-12-28 Thread Robert Scholte
Hi, Looking for someone to confirm and second MNG-6330[1] While working on the maven-release-plugin I discovered regression introduced in Maven 3.5.0 by a change to the ReactorModelCache[2] This only occurs when a parent was cached and another module points to this parent, even though the

Re: second fix for MNG-6330 [regression] Parents relativePath not verified anymore

2017-12-28 Thread Karl Heinz Marbaise
Hi Robert, On 28/12/17 17:58, Robert Scholte wrote: Hi, Looking for someone to confirm and second MNG-6330[1] how can I help here? Karl Heinz Marbaise While working on the maven-release-plugin I discovered regression introduced in Maven 3.5.0 by a change to the ReactorModelCache[2] This

Re: second fix for MNG-6330 [regression] Parents relativePath not verified anymore

2017-12-28 Thread Robert Scholte
Hi Karl Heinz, just looking for a +1 from another committer before I merge it back to the master. thanks, Robert On Thu, 28 Dec 2017 18:55:15 +0100, Karl Heinz Marbaise wrote: Hi Robert, On 28/12/17 17:58, Robert Scholte wrote: Hi, Looking for someone to confirm

[VOTE] Release Apache Maven Site Plugin version 3.7

2017-12-28 Thread Hervé BOUTEMY
Hi, We solved 8 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa? projectId=12317923=12338726=Text There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSITE%20AND

Re: second fix for MNG-6330 [regression] Parents relativePath not verified anymore

2017-12-28 Thread Karl Heinz Marbaise
Hi Robert, On 28/12/17 19:10, Robert Scholte wrote: Hi Karl Heinz, just looking for a +1 from another committer before I merge it back to the master. Ah ok...So the first question is why is the master at the moment yellow with two failed tests ? Do you have any clue about that ? Kind

Re: second fix for MNG-6330 [regression] Parents relativePath not verified anymore

2017-12-28 Thread Karl Heinz Marbaise
Hi Robert, So I have restarted the master build based on that and see if everything is fine..(which I expect otherwise the branch should have shown the two test errors as well).. Kind regards Karl Heinz On 28/12/17 19:34, Robert Scholte wrote: Hi Karl Heinz, AFAIK you're hitting

Re: second fix for MNG-6330 [regression] Parents relativePath not verified anymore

2017-12-28 Thread Karl Heinz Marbaise
Hi Robert, +1 from me now after the master green(pipeline) (..sorry blue ball) again.. Kind regards Karl Heinz Marbaise On 28/12/17 19:41, Karl Heinz Marbaise wrote: Hi Robert, So I have restarted the master build based on that and see if everything is fine..(which I expect otherwise the

Re: plexus-archiver / plexus-util Issue

2017-12-28 Thread Karl Heinz Marbaise
Hi, On 28/12/17 20:46, Stephen Connolly wrote: But shouldn’t we be copying the last modified time stamp always anyway I'm the same opinion...but that means in consequence that the test in plexus-archiver is not correct...cause it's waiting for a change in the last-modified time ... Hm...

Re: plexus-archiver / plexus-util Issue

2017-12-28 Thread Stephen Connolly
But shouldn’t we be copying the last modified time stamp always anyway On Thu 28 Dec 2017 at 14:52, Karl Heinz Marbaise wrote: > Hi, > > after diving more into this.. > > I found that if I upgrade plexus-utils to 3.1.0 in plexus-archiver the > tests in plexus-archiver stuck