Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=847160 --- Comment #13 from Roland Grunberg <rgrunber@xxxxxxxxxx> --- I can reproduce this, and the NPE corresponds to 'hash = hash * 31 + version.hashCode();' . It's happening for the creation of a cached key for Plugin [org.codehaus.modello:modello-maven-plugin], which is listed as a dependency of MavenProject: org.eclipse.m2e:org.eclipse.m2e.core:1.2.0-SNAPSHOT. Looking at the pom.xml for m2e.core I see the 'modello.version' property is set but the plugin itself is not given a version, and isn't in pluginManagement in the parent. If you just set a version for that plugin, maybe it'll fix the issue. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=yg32i6kiOL&a=cc_unsubscribe _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review