Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getNonThreadSafePlugins (0.07 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/lifecycle/MavenExecutionPlan.java

        /**
         * Get set of plugins having a goal/mojo used but not marked @threadSafe
         *
         * @return the set of plugins (without info on which goal is concerned)
         */
        public Set<Plugin> getNonThreadSafePlugins() {
            Set<Plugin> plugins = new HashSet<>();
            for (ExecutionPlanItem executionPlanItem : planItem) {
                final MojoExecution mojoExecution = executionPlanItem.getMojoExecution();
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Jun 06 14:28:57 GMT 2025
    - 6.3K bytes
    - Click Count (0)
Back to Top