o Made "System Requirements" and "Usage" subsections of "Plugin Documentation" to match logical structure
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@689910 13f79535-47bb-0310-9956-ffa450edef68master
parent
578e36362e
commit
f7e09860e3
|
|
@ -388,8 +388,6 @@ public class PluginReport
|
||||||
|
|
||||||
endTable();
|
endTable();
|
||||||
|
|
||||||
endSection();
|
|
||||||
|
|
||||||
startSection( getBundle( locale ).getString( "report.plugin.systemrequirements" ) );
|
startSection( getBundle( locale ).getString( "report.plugin.systemrequirements" ) );
|
||||||
|
|
||||||
paragraph( getBundle( locale ).getString( "report.plugin.systemrequirements.intro" ) );
|
paragraph( getBundle( locale ).getString( "report.plugin.systemrequirements.intro" ) );
|
||||||
|
|
@ -443,6 +441,8 @@ public class PluginReport
|
||||||
endSection();
|
endSection();
|
||||||
|
|
||||||
renderUsageSection( hasMavenReport );
|
renderUsageSection( hasMavenReport );
|
||||||
|
|
||||||
|
endSection();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue