michael-o commented on code in PR #806: URL: https://github.com/apache/maven/pull/806#discussion_r990610832
########## maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/PluginsMetadataGenerator.java: ########## @@ -35,42 +43,35 @@ import org.eclipse.aether.metadata.Metadata; import org.eclipse.aether.util.ConfigUtils; -import static java.util.Objects.requireNonNull; - /** - * Plugin G level metadata. + * Maven G level metadata generator. + * <p> + * Plugin metadata contains G level list of "prefix" to A mapping for plugins present under this G. */ class PluginsMetadataGenerator - implements MetadataGenerator + implements MetadataGenerator { - private final PluginsMetadataInfoProvider pluginsMetadataInfoProvider; - - private final Map<Object, PluginsMetadata> plugins; + private static final String PLUGIN_DESCRIPTOR_LOCATION = "META-INF/maven/plugin.xml"; Review Comment: All good, it is consistent with the rest of our code. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org