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 Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 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 Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Aug 16 14:16:22 UTC 2024
    - 24.9K bytes
    - Viewed (0)
Back to top