o Tweaked title for goal page
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@657565 13f79535-47bb-0310-9956-ffa450edef68master
parent
bf2ece6f7a
commit
a1cd7486f9
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue