Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for newMojoExecution (0.21 seconds)

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

  1. impl/maven-core/src/test/java/org/apache/maven/plugin/PluginParameterExpressionEvaluatorV4Test.java

            MojoExecution mojoExecution = newMojoExecution(session);
    
            return new PluginParameterExpressionEvaluatorV4(
                    session, project != null ? new DefaultProject(session, project) : null, mojoExecution);
        }
    
        private MojoExecution newMojoExecution(Session session) {
            PluginDescriptor pd = new PluginDescriptor();
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Wed Mar 26 19:31:34 GMT 2025
    - 19.3K bytes
    - Click Count (0)
Back to Top