Re: [VOTE] Release Apache Maven Javadoc Plugin version 3.0.0 (take 3)

2017-12-05 Thread Hervé BOUTEMY
+1 tried to reproduce the build and check the result with diffoscope: just found know little files dates noise Regards, Hervé Le dimanche 3 décembre 2017, 22:50:42 CET Robert Scholte a écrit : > Hi, > > We solved 27 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12

[GitHub] maven-wagon issue #37: making the retry handle of http client configurable

2017-12-05 Thread rmannibucau
Github user rmannibucau commented on the issue: https://github.com/apache/maven-wagon/pull/37 I guess -Dmaven.wagon.http.retryhandler.class=default -Dmaven.wagon.http.retryhandler.nonRetryableClasses=java.net.UnknownHostException can be a good start ---

[GitHub] maven-wagon issue #37: making the retry handle of http client configurable

2017-12-05 Thread jkff
Github user jkff commented on the issue: https://github.com/apache/maven-wagon/pull/37 I see. So, for example, what's the shortest way to configure this to simply retry everything, including socket exceptions, host resolution exceptions etc? (what we want in Beam builds when downloadi

[GitHub] hboutemy commented on issue #6: [DOXIA-566] Upgrade dependences and plugin versions

2017-12-05 Thread GitBox
hboutemy commented on issue #6: [DOXIA-566] Upgrade dependences and plugin versions URL: https://github.com/apache/maven-doxia/pull/6#issuecomment-349487617 PR merged thank you This is an automated message from the Apache

[GitHub] hboutemy closed pull request #6: [DOXIA-566] Upgrade dependences and plugin versions

2017-12-05 Thread GitBox
hboutemy closed pull request #6: [DOXIA-566] Upgrade dependences and plugin versions URL: https://github.com/apache/maven-doxia/pull/6 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a

Re: [VOTE] Release Apache Maven Javadoc Plugin version 3.0.0 (take 3)

2017-12-05 Thread Robert Scholte
+1 On Sun, 03 Dec 2017 22:50:42 +0100, Robert Scholte wrote: Hi, We solved 27 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317529&version=12330875&styleName=Text There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=proje

[GitHub] maven-wagon issue #37: making the retry handle of http client configurable

2017-12-05 Thread rmannibucau
Github user rmannibucau commented on the issue: https://github.com/apache/maven-wagon/pull/37 @jkff default didnt change (backwd compat but open to suggestions) idea is to add system properties to maven (MAVEN_OPTS). Here are some samples: -Dmaven.wagon.http.

[GitHub] maven-wagon issue #37: making the retry handle of http client configurable

2017-12-05 Thread jkff
Github user jkff commented on the issue: https://github.com/apache/maven-wagon/pull/37 Very nice! Could you comment more on how to use this in practice to improve reliability w.r.t. common network issues? Is the default behavior changed? --- -

[GitHub] maven-wagon pull request #37: making the retry handle of http client configu...

2017-12-05 Thread rmannibucau
GitHub user rmannibucau opened a pull request: https://github.com/apache/maven-wagon/pull/37 making the retry handle of http client configurable You can merge this pull request into a Git repository by running: $ git pull https://github.com/rmannibucau/maven-wagon fb/configur