Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for SiteLifecycle (0.05 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

        @Inject
        public DefaultLifecycleRegistry(List<LifecycleProvider> providers) {
            List<LifecycleProvider> p = new ArrayList<>(providers);
            p.add(() -> List.of(new CleanLifecycle(), new DefaultLifecycle(), new SiteLifecycle()));
            this.providers = p;
            // validate lifecycle
            for (Lifecycle lifecycle : this) {
                Set<String> set = new HashSet<>();
                lifecycle.allPhases().forEach(phase -> {
    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