Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 12 of 12 for getMojoDescriptor (0.36 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultSession.java

            requireNonNull(project, "project" + " cannot be null");
            try {
                MojoExecution mojoExecution = lookup.lookup(MojoExecution.class);
                MojoDescriptor mojoDescriptor = mojoExecution.getMojoDescriptor();
                PluginDescriptor pluginDescriptor = mojoDescriptor.getPluginDescriptor();
                return getMavenSession().getPluginContext(pluginDescriptor, ((DefaultProject) project).getProject());
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Jun 06 14:28:57 GMT 2025
    - 8.9K bytes
    - Click Count (0)
  2. impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultLifecycleMappingDelegate.java

                    else {
                        for (String goal : execution.getGoals()) {
                            MojoDescriptor mojoDescriptor = pluginManager.getMojoDescriptor(
                                    plugin, goal, project.getRemotePluginRepositories(), session.getRepositorySession());
    
                            phase = mojoDescriptor.getPhase();
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Dec 13 23:04:37 GMT 2024
    - 8.5K bytes
    - Click Count (0)
Back to Top