Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPluginLookupKey (0.06 sec)

  1. impl/maven-core/src/main/java/org/apache/maven/execution/ReactorManager.java

            Map<String, Map> pluginContextsByKey =
                    pluginContextsByProjectAndPluginKey.computeIfAbsent(project.getId(), k -> new HashMap<>());
    
            return pluginContextsByKey.computeIfAbsent(plugin.getPluginLookupKey(), k -> new HashMap<>());
        }
    
        public void setFailureBehavior(String failureBehavior) {
            if (failureBehavior == null) {
                this.failureBehavior = FAIL_FAST; // default
                return;
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Dec 12 11:02:17 UTC 2024
    - 6K bytes
    - Viewed (0)
Back to top