Re: Javadoc Plugin release

2020-03-09 Thread Olivier Lamy
Hi The stack trace is truncated in your email. Can you paste the logs to a gist so I can try looking at it. There are some old flaky tests relying on having an internet connection. But I don't want to fix this now.. Actually I need a release for the jetty project which is a bit stucked to release

Re: Javadoc Plugin release

2020-03-09 Thread Olivier Lamy
I tested using maven 3.2.5 and jdk 1.7.0_80 and could not reproduce the issue. On Mon, 9 Mar 2020 at 17:21, Robert Scholte wrote: > https://builds.apache.org/job/maven-box/job/maven-javadoc-plugin/ [ > https://builds.apache.org/job/maven-box/job/maven-javadoc-plugin/] master > is broken. > > It

Re: Maven exec plugin

2020-03-09 Thread Robert Scholte
Better ask the MojoHaus Dev list, see https://www.mojohaus.org/mail-lists.html (even though most Maven committers have commit rights for Mojohaus as well) Robert On 9-3-2020 16:31:21, Elliotte Rusty Harold wrote: Anyone available to show some love to https://github.com/mojohaus/exec-maven-plugin

Maven exec plugin

2020-03-09 Thread Elliotte Rusty Harold
Anyone available to show some love to https://github.com/mojohaus/exec-maven-plugin/? The issues and PRs are piling up and I don't see any activity in the repo since August. -- Elliotte Rusty Harold elh...@ibiblio.org - To unsu

Re: Javadoc Plugin release

2020-03-09 Thread Elliotte Rusty Harold
I see two test failures locally: [ERROR] Failures: [ERROR] JavadocJarTest.testContinueIfFailOnErrorIsFalse:170 [ERROR] JavadocReportTest.testNewline:880 Doesn't handle correctly newline for string parameters. See options and packages files. [ERROR] Errors: [ERROR] FixJavadocMojoTest.testFix

Re: Javadoc Plugin release

2020-03-09 Thread Elliotte Rusty Harold
There are five open PRs in the repo. It would be nice to review and respond to them. One, I think, can be closed based on the discussion. One is not ready (needs a test). I need to look at the other three. On Mon, Mar 9, 2020 at 2:26 AM Olivier Lamy wrote: > > Hi > I'd like to make a javadoc plug

Re: Javadoc Plugin release

2020-03-09 Thread Elliotte Rusty Harold
Dependencies in this project look quite out of date. We should probably update the parent POM, doxia, possibly the http client, and several other things first. This shouldn't take long once the CI is fixed. On Mon, Mar 9, 2020 at 2:26 AM Olivier Lamy wrote: > > Hi > I'd like to make a javadoc plu

Re: [DISCUSS] checking reproducible builds

2020-03-09 Thread Robert Scholte
unpack and get (without transitive dependencies) are candidates to me.  Having extra goals makes the plugin more interesting. Robert On 8-3-2020 23:25:11, Hervé BOUTEMY wrote: clearly, save goal is not a good choice: buildinfo would be better I know buildinfo is not a usual term, but it's widely

Re: Javadoc Plugin release

2020-03-09 Thread Robert Scholte
https://builds.apache.org/job/maven-box/job/maven-javadoc-plugin/ [https://builds.apache.org/job/maven-box/job/maven-javadoc-plugin/] master is broken. It looks like a false positive, JDK7 + Linux is tested with other Maven versions and these succeed. If it is happening on the same node, try re