Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for injectPluginDeclarationFromProject (0.1 sec)

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

            }
    
            int executionIdx = goal.indexOf("@");
            if (executionIdx > 0) {
                goal.setLength(executionIdx);
            }
    
            injectPluginDeclarationFromProject(plugin, project);
    
            // If there is no version to be found then we need to look in the repository metadata for
            // this plugin and see what's specified as the latest release.
            //
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Mar 25 09:45:07 UTC 2025
    - 11.3K bytes
    - Viewed (0)
Back to top