Max Philipp Wriedt created MPLUGIN-517: ------------------------------------------
Summary: GoalRenderer renderParameterDetails renders in wrong order Key: MPLUGIN-517 URL: https://issues.apache.org/jira/browse/MPLUGIN-517 Project: Maven Plugin Tools Issue Type: Bug Components: Plugin Reporting Plugin Affects Versions: 3.12.0, 3.11.0 Reporter: Max Philipp Wriedt GoalRenderer.java:360 {code:java} sink.anchor(parameter.getName()); startSection(format("parameter.name", parameter.getName())); sink.anchor_(); {code} The closing {{anchor_();}} should be before starting the section. -- This message was sent by Atlassian Jira (v8.20.10#820010)