Re: [ANN] First call for 3.5.4 release

2018-06-07 Thread Stephen Connolly
On Wed 16 May 2018 at 12:57, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > Ok, MNG-6388 is a release blocker IMHO as it a regression introduced by > the upgrade of wagon in 3.5.3. > > So we need a wagon release with at least WAGON-496, WAGON-518, WAGON-513 > + WAGON-514 > > (WAGON-4

enforcer 3.0.0

2018-06-07 Thread Matt Benson
The fix for CI friendly versions would be very nice to have available in a release. What can the community do to encourage it? Thanks, Matt

[ANN] Apache Maven Wagon 3.1.0 released

2018-06-07 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Wagon, version 3.1.0. https://maven.apache.org/wagon/ Release Notes - Maven Wagon - Version 3.1.0 ** Bug * [WAGON-452] - RelaxedTrustStrategy does not handle multiple certificates * [WAGON-493] - Maven wag

[RESULT] [VOTE] Release Maven Wagon version 3.1.0

2018-06-07 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Michael Osipov, Hervé Boutemy, Olivier Lamy, Robert Scholte, Ilya Basin PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release the board report. --

Re: [VOTE] Release Maven Wagon version 3.1.0

2018-06-07 Thread Hervé BOUTEMY
+1 Regards, Hervé Le lundi 4 juin 2018, 23:43:35 CEST Michael Osipov a écrit : > Hi, > > We solved 25 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318122&ve > rsion=12341302 > > There are still a couple of issues left in JIRA: > https://issues.apache.org/jira/is

Re: [MNG-5940] Change the maven-source-plugin jar goal into jar-no-fork in Maven Super POM

2018-06-07 Thread Robert Scholte
We've done it for the maven-javadoc-plugin in the past, so we should do it here as well. What I've seen with maven-javadoc-plugin is that a release might fail because suddenly the plugin is executed twice, meaning the same non-snapshot javadoc.jar will be uploaded twice, which is not allowe

Re: [VOTE] Release Maven Wagon version 3.1.0

2018-06-07 Thread Robert Scholte
+1 On Mon, 04 Jun 2018 23:43:35 +0200, Michael Osipov wrote: Hi, We solved 25 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318122&version=12341302 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20WAGO

Re: [MNG-5940] Change the maven-source-plugin jar goal into jar-no-fork in Maven Super POM

2018-06-07 Thread Michael Osipov
Am 2018-05-27 um 10:56 schrieb Michael Osipov: Who seconds MNG-5940 for 3.5.4? This seems to have plagued people over the last couple of years and Christian Schulte fixed this for 3.4.0 back then. Anyone? - To unsubscribe, e

Re: [VOTE] Release Maven Wagon version 3.1.0

2018-06-07 Thread Michael Osipov
Am 2018-06-07 um 21:54 schrieb Basin Ilya: +1 BTW, I'm new here. Who can vote? Everyone, but only PMC votes are binding. 05.06.2018 0:43, Michael Osipov пишет: Hi, We solved 25 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318122&version=12341302 There are sti

Re: [VOTE] Release Maven Wagon version 3.1.0

2018-06-07 Thread Basin Ilya
+1 BTW, I'm new here. Who can vote? 05.06.2018 0:43, Michael Osipov пишет: > Hi, > > We solved 25 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318122&version=12341302 > > There are still a couple of issues left in JIRA: > https://issues.apache.org/jira/issues/?jq

Re: [VOTE] Release Maven Wagon version 3.1.0

2018-06-07 Thread Michael Osipov
Am 2018-06-04 um 23:43 schrieb Michael Osipov: Hi, We solved 25 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318122&version=12341302 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20WAGON%20AND%20resolut

Approaching to Surefire Release

2018-06-07 Thread Tibor Digana
Hi All, I would like to inform you that we would like to cut a new Version 2.22.0 today late evening. One issue needs to be therefore postponed to consequent version 2.22.1. Please do not change master branch these days. You can always contacts us at ML. Thx Tibor

Re: [VOTE] Release Apache Maven WAR Plugin version 3.2.2

2018-06-07 Thread Gabriel Belingueres
+1 Thanks!! Gabriel 2018-06-05 19:13 GMT-03:00 Hervé BOUTEMY : > +1 > > Regards, > > Hervé > > Le dimanche 3 juin 2018, 19:46:21 CEST Karl Heinz Marbaise a écrit : > > Hi, > > > > We solved 2 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa? > projectId=12318121&ve > > rsion=12

[GitHub] ghilainm opened a new pull request #11: Propagate exceptions to caller

2018-06-07 Thread GitBox
ghilainm opened a new pull request #11: Propagate exceptions to caller URL: https://github.com/apache/maven-doxia/pull/11 The exceptions are swallowed this is really unpractical when using the library (example building a site using mvn-site plugin).