Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for findPluginForPrefix (0.08 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/lifecycle/internal/MojoDescriptorCreator.java

                    plugin.setArtifactId(tok[1]);
                } else {
                    // pluginPrefix:version:goal, like remote-resources:3.5.0:process
                    plugin = findPluginForPrefix(firstToken, session);
                    plugin.setVersion(tok[1]);
                }
                goal.append(tok[2]);
            } else {
                // We have a prefix and goal
                //
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Tue Mar 25 09:45:07 GMT 2025
    - 11.3K bytes
    - Click Count (0)
Back to Top