Remove plugin name from second javadoc item. Will make report runner skip reports

that have an empty plugin name.  Purely for menu generation.
PR: MAVEN-355


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113270 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
bwalding 2003-04-06 00:10:44 +00:00
parent 4fcc6e9266
commit 787f3ce08e

View File

@ -16,7 +16,7 @@
description="JavaDoc API documentation."/>
<doc:registerReport
name="JavaDoc Report"
pluginName="maven-javadoc-plugin"
pluginName=""
link="javadoc"
description="Report on the generation of JavaDoc."/>
</j:if>