Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for isV4Api (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. impl/maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultMavenPluginManager.java

                pluginDescriptor.setClassRealm(pluginRealm);
                pluginDescriptor.setArtifacts(pluginArtifacts);
            } else {
                boolean v4api = pluginDescriptor.getMojos().stream().anyMatch(MojoDescriptor::isV4Api);
                Map<String, ClassLoader> foreignImports = calcImports(project, parent, imports, v4api);
    
                PluginRealmCache.Key cacheKey = pluginRealmCache.createKey(
                        plugin,
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Tue Dec 09 16:35:21 GMT 2025
    - 46.4K bytes
    - Click Count (0)
Back to Top