- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for setMojoDescriptor (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultLifecycleExecutionPlanCalculator.java
execution.getGoal(), project.getRemotePluginRepositories(), session.getRepositorySession()); execution.setMojoDescriptor(mojoDescriptor); } return mojoDescriptor; } @Override public void setupMojoExecution( MavenSession session, MavenProject project,
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Mar 25 09:45:07 GMT 2025 - 26.7K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/lifecycle/internal/stub/LifecycleExecutionPlanCalculatorStub.java
MojoExecution result = new MojoExecution(plugin, goal, executionId); result.setConfiguration(XmlNode.newInstance(executionId + "-" + goal)); result.setMojoDescriptor(mojoDescriptor); result.setLifecyclePhase(mojoDescriptor.getPhase()); return result; } public static MojoDescriptor createMojoDescriptor(String phaseName) {
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 12.6K bytes - Click Count (0)