RE: [VOTE] Release Apache Maven Resolver version 1.3.3

2019-03-12 Thread Thiebaud, Christophe
Works for me now Thanks Christophe -Original Message- From: Hervé BOUTEMY Sent: Dienstag, 12. März 2019 08:48 To: Maven Developers List Subject: Re: [VOTE] Release Apache Maven Resolver version 1.3.3 +1 as usual now, checked binaries for reproducibility: - this time, they were built

RE: [VOTE] Release Apache Maven Resolver version 1.3.2

2019-03-01 Thread Thiebaud, Christophe
[FYI] Got java.lang.NoSuchMethodError: java.nio.ByteBuffer.rewind()Ljava/nio/ByteBuffer; When running my tools with java8 and the maven-resolver

RE: project having a dependency with a version range fails building when parent pom of dependency is evicted from remote repo

2016-08-05 Thread Thiebaud, Christophe
List <dev@maven.apache.org> Subject: Re: project having a dependency with a version range fails building when parent pom of dependency is evicted from remote repo Am 08/05/16 um 16:10 schrieb Thiebaud, Christophe: > ... oh ... I was 200% sure that parent did not allow a version range ... I

RE: project having a dependency with a version range fails building when parent pom of dependency is evicted from remote repo

2016-08-05 Thread Thiebaud, Christophe
he.org> Subject: Re: project having a dependency with a version range fails building when parent pom of dependency is evicted from remote repo You maybe also could overcome this by using parent version ranges. Am 08/05/16 um 13:27 schrieb Thiebaud, Christophe: > Reading Aether documentation :

RE: project having a dependency with a version range fails building when parent pom of dependency is evicted from remote repo

2016-08-05 Thread Thiebaud, Christophe
if and how it is possible to configure aether to ignore 'lib' 0.0.1-SNAPSHOT when resolving the version range ? Thanks Christophe -Original Message- From: Thiebaud, Christophe [mailto:christophe.thieb...@sap.com] Sent: Donnerstag, 4. August 2016 16:03 To: Maven Developers List <

RE: project having a dependency with a version range fails building when parent pom of dependency is evicted from remote repo

2016-08-04 Thread Thiebaud, Christophe
rstag, 4. August 2016 13:00 To: Maven Developers List <dev@maven.apache.org> Subject: Re: project having a dependency with a version range fails building when parent pom of dependency is evicted from remote repo Am 08/04/16 um 12:36 schrieb Thiebaud, Christophe: > I understand that pom f

RE: project having a dependency with a version range fails building when parent pom of dependency is evicted from remote repo

2016-08-04 Thread Thiebaud, Christophe
Aug 4, 2016 at 3:36 AM, Thiebaud, Christophe < christophe.thieb...@sap.com> wrote: > Hi All, > > > > The title says it all. > > > > Any suggestions how to overcome this issue ? > > > > Explanation below. Let the projects be: > > > > ‘pa

project having a dependency with a version range fails building when parent pom of dependency is evicted from remote repo

2016-08-03 Thread Thiebaud, Christophe
Hi All, The title says it all. Any suggestions how to overcome this issue ? Explanation below. Let the projects be: ‘parent’ : the parent pom of the ‘lib’ library just below ‘lib’ : the library ‘app’ : the application dependent on ‘lib’ through a version range. (all three

RE: Maven 4.0.0

2014-01-23 Thread Thiebaud, Christophe
Here @ SAP, EventSpies are used as well. So they are not useless, but I would welcome a review of the convoluted and incomplete listener interfaces . Christophe -Original Message- From: Milos Kleint [mailto:mkle...@gmail.com] Sent: Donnerstag, 23. Januar 2014 08:19 To: Maven

RE: Maven 4.0.0

2014-01-23 Thread Thiebaud, Christophe
FYI, the use-case for EventSpies @ SAP is exactly the one described by Igor : we use an event spy to instrument our Hudson/Jenkins instance to monitor the builds. This instrumentation MUST NOT require any pom.xml modification, so any maven project thrown into the Hudson/Jenkins can be