Uses of Interface
org.apache.maven.api.Lifecycle
Packages that use Lifecycle
Package
Description
Defines core service interfaces that provide essential Maven functionality such as
artifact resolution, dependency management, and build execution.
Defines the Service Provider Interface (SPI) for Maven extensions, allowing
third-party implementations to extend and customize Maven's core functionality
through a stable, versioned API.
-
Uses of Lifecycle in org.apache.maven.api.services
Subinterfaces with type arguments of type Lifecycle in org.apache.maven.api.servicesMethods in org.apache.maven.api.services that return types with arguments of type LifecycleMethods in org.apache.maven.api.services with parameters of type Lifecycle -
Uses of Lifecycle in org.apache.maven.api.spi
Subinterfaces with type arguments of type Lifecycle in org.apache.maven.api.spiModifier and TypeInterfaceDescriptioninterface
Service provider interface for registering customLifecycle
implementations. -
Uses of Lifecycle in org.apache.maven.internal.impl
Methods in org.apache.maven.internal.impl that return types with arguments of type LifecycleModifier and TypeMethodDescriptionDefaultLifecycleRegistry.iterator()
DefaultLifecycleRegistry.LifecycleWrapperProvider.provides()
DefaultLifecycleRegistry.stream()
Methods in org.apache.maven.internal.impl with parameters of type Lifecycle -
Uses of Lifecycle in org.apache.maven.lifecycle
Methods in org.apache.maven.lifecycle that return LifecycleConstructors in org.apache.maven.lifecycle with parameters of type Lifecycle