- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for LifecycleProvider (0.16 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) -
api/maven-api-core/src/main/java/org/apache/maven/api/plugin/LifecycleProvider.java
* in the plugin, Maven will provide a default implementation that will parse * the file and return the contained lifecycle definitions. * * @since 4.0.0 */ @Experimental @Consumer public interface LifecycleProvider { List<Lifecycle> getLifecycles();Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Feb 28 23:54:53 UTC 2024 - 1.5K bytes - Viewed (0)