Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WeakMojoExecutionListener (0.07 sec)

  1. impl/maven-core/src/main/java/org/apache/maven/execution/scope/internal/MojoExecutionScope.java

            IdentityHashMap<WeakMojoExecutionListener, Object> listeners = new IdentityHashMap<>();
            for (Object provided : getScopeState().provided()) {
                if (provided instanceof WeakMojoExecutionListener weakMojoExecutionListener) {
                    listeners.put(weakMojoExecutionListener, null);
                }
            }
            return listeners.keySet();
        }
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Jun 06 14:28:57 UTC 2025
    - 3.4K bytes
    - Viewed (0)
Back to top