- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for CleanLifecycle (0.32 sec)
-
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<>();
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 19.4K bytes - Viewed (0)