- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for executeLifecycle (0.07 sec)
-
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/MojoDescriptor.java
*/ public String getExecuteLifecycle() { return executeLifecycle; } /** * @param executeLifecycle the new invocation lifecycle of the Mojo */ public void setExecuteLifecycle(String executeLifecycle) { this.executeLifecycle = executeLifecycle; } /**Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 21.7K bytes - Viewed (0) -
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptorBuilder.java
if (executeMojo != null) { mojo.setExecuteGoal(executeMojo); } String executeLifecycle = c.getChild("executeLifecycle").getValue(); if (executeLifecycle != null) { mojo.setExecuteLifecycle(executeLifecycle); } mojo.setInstantiationStrategy(c.getChild("instantiationStrategy").getValue());Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Mar 25 09:45:07 UTC 2025 - 17.5K bytes - Viewed (0) -
api/maven-api-plugin/src/main/mdo/plugin.mdo
<version>1.0.0+</version> <type>String</type> <description>Reference the invocation goal of the Mojo.</description> </field> <field> <name>executeLifecycle</name> <version>1.0.0+</version> <type>String</type> <description></description> </field> <field> <name>requiresDependencyResolution</name>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 25 08:28:41 UTC 2025 - 24.8K bytes - Viewed (0)