- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for LifecycleProvider (0.05 sec)
-
api/maven-api-spi/src/main/java/org/apache/maven/api/spi/LifecycleProvider.java
* and their provided lifecycles will be available throughout the Maven build process. * <p> * Example usage: * <pre> * public class CustomLifecycleProvider implements LifecycleProvider { * public Collection<Lifecycle> provides() { * return Collections.singleton( * lifecycle("deploy-docker", Arrays.asList( * "build-image", * "tag-image",
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Apr 03 13:33:59 UTC 2025 - 2.2K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultLifecycleRegistry.java
public static final String SCOPE_TEST = DependencyScope.TEST.id(); private final List<LifecycleProvider> providers; public DefaultLifecycleRegistry() { this(Collections.emptyList()); } @Inject public DefaultLifecycleRegistry(List<LifecycleProvider> providers) { List<LifecycleProvider> p = new ArrayList<>(providers);
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Sep 29 14:45:25 UTC 2025 - 20.1K bytes - Viewed (0)