diff --git a/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java b/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java index 1cdeb40..e997dbc 100644 --- a/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java +++ b/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java @@ -388,8 +388,6 @@ public class PluginReport endTable(); - endSection(); - startSection( getBundle( locale ).getString( "report.plugin.systemrequirements" ) ); paragraph( getBundle( locale ).getString( "report.plugin.systemrequirements.intro" ) ); @@ -443,6 +441,8 @@ public class PluginReport endSection(); renderUsageSection( hasMavenReport ); + + endSection(); } /**