AW: Fwd: FOSDEM 19 Debian Java talk

2019-02-13 Thread Bernd Eckenfels
Hello, according to the Apache Release Policy a release is the source and while it allows and defines convinience binaries there is not really a Notion of „official binaries“ from the ASF Point of view. So Maybe the new property should be something like „binary Vendor“ or „packager“ (similiar w

Re: 3.6.1 release?

2019-02-13 Thread Michael Osipov
Am 2019-02-13 um 19:28 schrieb Dan Tran: love to see 3.6.1 out soon :) There are three open issues, someone needs to process them... On Mon, Feb 4, 2019 at 9:50 AM Karl Heinz Marbaise wrote: Hi Michael, On 04.02.19 17:36, Michael Osipov wrote: I need to push Wagon first. It contains a re

Re: 3.6.1 release?

2019-02-13 Thread Dan Tran
love to see 3.6.1 out soon :) -D On Mon, Feb 4, 2019 at 9:50 AM Karl Heinz Marbaise wrote: > Hi Michael, > > On 04.02.19 17:36, Michael Osipov wrote: > > I need to push Wagon first. It contains a regression for connection TTL. > > Yes of course.I know.. > > Kind regards > Karl Heinz Marbais

Re: Fwd: FOSDEM 19 Debian Java talk

2019-02-13 Thread Michael Osipov
Am 2019-02-12 um 20:09 schrieb Robert Scholte: On Tue, 12 Feb 2019 12:34:56 +0100, Markus Koschany wrote: Hello, Dalibor Topic (Oracle) and Robert Scholte (Apache Maven) contacted me and were so kind to agree to make this discussion public, so that others can chime in too. I would like to use

Re: [SUREFIRE] maven-metadata.xml does not point to latest snapshot

2019-02-13 Thread Tibor Digana
Is it so a big problem to keep both versions? This is our internal Nexus server anyway. On Wed, Feb 13, 2019 at 1:27 PM Benedikt Ritter wrote: > Hello, > > Am Di., 12. Feb. 2019 um 08:39 Uhr schrieb Benedikt Ritter < > brit...@apache.org>: > > > Hello, > > > > Am Mo., 11. Feb. 2019 um 18:39 Uhr

Re: [SUREFIRE] maven-metadata.xml does not point to latest snapshot

2019-02-13 Thread Enrico Olivelli
Il giorno mer 13 feb 2019, 13:27 Benedikt Ritter ha scritto: > Hello, > > Am Di., 12. Feb. 2019 um 08:39 Uhr schrieb Benedikt Ritter < > brit...@apache.org>: > > > Hello, > > > > Am Mo., 11. Feb. 2019 um 18:39 Uhr schrieb Enrico Olivelli < > > eolive...@gmail.com>: > > > >> In maven coordinates 3

Re: [SUREFIRE] maven-metadata.xml does not point to latest snapshot

2019-02-13 Thread Benedikt Ritter
Hello, Am Di., 12. Feb. 2019 um 08:39 Uhr schrieb Benedikt Ritter < brit...@apache.org>: > Hello, > > Am Mo., 11. Feb. 2019 um 18:39 Uhr schrieb Enrico Olivelli < > eolive...@gmail.com>: > >> In maven coordinates 3.0.0 is different from 3.0.0-M4 (you already knew), >> so they can coexist. >> > >

Build DAG traversal.

2019-02-13 Thread Paul Hammant
The depth first DAG traversal of Maven modules in a build is a great and under appreciated thing, but sometimes I wish for a different way of working. Particularly for CI, I'd want to compile everything first, *then* run tests. Two DAG traversals, if you like. This is possible, like so: mvn clean