- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for addMojos (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptor.java
} catch (CloneNotSupportedException e) { throw new UnsupportedOperationException(e); } } public void addMojos(List<MojoDescriptor> mojos) throws DuplicateMojoDescriptorException { for (MojoDescriptor mojoDescriptor : mojos) { addMojo(mojoDescriptor); } } private volatile org.apache.maven.api.plugin.descriptor.PluginDescriptor pluginDescriptorV4;
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 16.2K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanExecutor.java
MojoExecution mojoExecution = new MojoExecution(mojoDescriptor, execution.getId()); mojoExecution.setLifecyclePhase(phase); n.addMojo(mojoExecution, execution.getPriority()); if (mojoDescriptor.getDependencyCollectionRequired() != null
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Oct 16 06:12:36 GMT 2025 - 55.1K bytes - Click Count (0)