- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getLifecycleMappings (0.09 sec)
-
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptor.java
this.pluginArtifact = pluginArtifact; } public Lifecycle getLifecycleMapping(String lifecycleId) throws IOException, XMLStreamException { return getLifecycleMappings().get(lifecycleId); } public Map<String, Lifecycle> getLifecycleMappings() throws IOException, XMLStreamException { if (lifecycleMappings == null) { LifecycleConfiguration lifecycleConfiguration;Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 16.2K bytes - Viewed (0)