Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for LifecycleWrapperProvider (0.18 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/internal/impl/DefaultLifecycleRegistry.java

                }
                prev = child;
            }
        }
    
        @Named
        @Singleton
        public static class LifecycleWrapperProvider implements LifecycleProvider {
            private final PlexusContainer container;
    
            @Inject
            public LifecycleWrapperProvider(PlexusContainer container) {
                this.container = container;
            }
    
            @Override
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Mon Sep 29 14:45:25 GMT 2025
    - 20.1K bytes
    - Click Count (0)
Back to Top