Tamas Cservenak

Results 134 issues of Tamas Cservenak

The reason is that getMap method return value changed, and JVM does not find the method (if compiled with HZ3 and runtime uses HZ4 - same would happen other way...

So if a the doco is followed to set up your Maven, the Parrot parser seems not used, see https://github.com/groovy/groovy-eclipse/issues/1082 I believe this is worth documenting, as it causes HUGE...

maven

Warn if ancient plugin used.

Requires https://github.com/apache/maven-resolver/pull/188 The idea is similar as with resolver transport: add simple(er) switches to maven to control resolver locking aspect. Just as with transport (setting priority), setting proper locking may...

mvn3

To implement Consumer POM, as showcase, but this is all "maven specific", nothing to be done in resolver, so no resolver needed. Bonus, the deprecated FileTransformer is not even used...

The "old" [maven-bom](https://github.com/apache/maven/blob/1fff17398ed9738015a992502481bb79a2797ab5/maven-bom/pom.xml) introduced in MNG-6806 provides dependencyManagement only for artifacts in "org.apache.maven" groupId, that are produced by the reactor This PR provides a new o.a.m.boms:bom-maven (new groupId and artifactId)...

This is just an example how to expose logger levels (by logger name) to configure their levels.

This is a DRAFT that started as booster for discussion about Mojo logging. Re logging: I believe Maven should not get in a way to Maven Plugin developers, but we...

It is broken since 3.6.2 or so, when ModelBuilder got decorated with JSR330 injections, that work in sisu but not in Guice as it needs explicit bindings added. This is...

Implements a helper component for plugin dependency resolution that provider filter and selector that leaves out core artifacts from collection and resolution.