Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for fullGoalName (0.06 sec)

  1. compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/MojoDescriptor.java

                                        .map(Parameter::getParameterV4)
                                        .collect(Collectors.toList()))
                                .id(getId())
                                .fullGoalName(getFullGoalName())
                                .build();
                    }
                }
            }
            return mojoDescriptorV4;
        }
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Jun 06 14:28:57 UTC 2025
    - 21.7K bytes
    - Viewed (0)
  2. api/maven-api-plugin/src/main/mdo/plugin.mdo

            </field>
            <field xml.format="((PluginDescriptor.Builder) context.peekLast()).build().getGoalPrefix() + &quot;:&quot; + mojoDescriptor.build().getGoal()">
              <name>fullGoalName</name>
              <version>2.0.0+</version>
              <type>String</type>
              <description>the full goal name</description>
            </field>
          </fields>
        </class>
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Feb 25 08:28:41 UTC 2025
    - 24.8K bytes
    - Viewed (0)
Back to top