Guillaume Nodet

Results 422 comments of Guillaume Nodet

Yes, but this needs a model change, a change in the resolver API to add support for this new field, and the field to be taken into account the resolver...

> Guys, can we step back please? I totally understand this is trivial to add a new strategy which can do whatever we do want but how do you converge...

> > That's exactly what already happens when you consume a jar as a dependency. > > No, before the rule was unified in the build and mainly (even if...

> @gnodet can you provide some information on the failed tests? As far as I can see it, they don't belong to the target branch therefore I don't understand why...

This is currently out of control from Maven. Maven uses [plexus classworlds](https://github.com/codehaus-plexus/plexus-classworlds) to bootstrap the java JVM and it does not seem a good idea to make it dependant on...

> Is my understanding correct that the `mvnw` script now downloads and installs a JDK distrubution instead of using the system JDK? That's not completely exact. The JDK download is...

Currently broken by https://github.com/foojayio/discoapi/issues/124

> To confirm my understanding: if we add the new JDK properties into `.mvn/wrapper/maven-wrapper.properties`, but then set the `MVNW_SKIP_JDK=true` env variable, `mvnw` will use the system JDK as always and...

> > `#` Useful for CI matrix testing > > MVNW_SKIP_JDK=true ./mvnw test > > @gnodet how about to support selecting dynamicly JDK version via an environment, then the mvnw...

> > > > `#` Useful for CI matrix testing > > > > MVNW_SKIP_JDK=true ./mvnw test > > > > > > > > > @gnodet how about to...