- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for LifecycleConfiguration (0.09 sec)
-
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/lifecycle/LifecycleConfiguration.java
*/ package org.apache.maven.plugin.lifecycle; /** * Root element of the <code>lifecycle.xml</code> file. * * @version $Revision$ $Date$ */ @SuppressWarnings("all") public class LifecycleConfiguration implements java.io.Serializable { // --------------------------/ // - Class/Member Variables -/ // --------------------------/ /** * Field lifecycles. */
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.8K bytes - Viewed (0) -
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptor.java
if (lifecycleMappings == null) { LifecycleConfiguration lifecycleConfiguration; try (InputStream input = getDescriptorStream(LIFECYCLE_DESCRIPTOR)) { lifecycleConfiguration = new LifecycleStaxReader().read(input); } lifecycleMappings = new HashMap<>(); for (Lifecycle lifecycle : lifecycleConfiguration.getLifecycles()) {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 16.2K bytes - Viewed (0) -
api/maven-api-plugin/src/main/mdo/lifecycle.mdo
{@code META-INF/maven/lifecycle.xml} in a plugin's jar artifact. </description> <classes> <class rootElement="true" xml.tagName="lifecycles" xsd.compositor="sequence"> <name>LifecycleConfiguration</name> <version>1.0.0+</version> <description>Root element of the {@code lifecycle.xml} file.</description> <fields> <field> <name>lifecycles</name>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Thu Aug 29 05:48:54 UTC 2024 - 5.6K bytes - Viewed (0)