o Tweaked title for goal page

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@657565 13f79535-47bb-0310-9956-ffa450edef68
master
Benjamin Bentmann 2008-05-18 14:08:38 +00:00
parent bf2ece6f7a
commit a1cd7486f9
1 changed files with 1 additions and 2 deletions

View File

@ -141,8 +141,7 @@ public class PluginXdocGenerator
w.startElement( "title" );
// TODO: need a friendly name for a plugin
w.writeText( mojoDescriptor.getPluginDescriptor().getArtifactId() + " - " + mojoDescriptor.getFullGoalName() );
w.writeText( mojoDescriptor.getFullGoalName() );
w.endElement(); // title