PR: MPJAVADOC-62

Document that custom tag names defined by the maven.javadoc.customtags
property cannot contain dashes.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@357053 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2005-12-15 18:28:25 +00:00
parent c0ac10060c
commit 8902a56770

View File

@ -189,8 +189,9 @@ tag1.scope=all
tag2.name=task
tag2.description=Task:
tag2.enabled=false
tag2.scope=all
]]></source>
tag2.scope=all]]></source>
<strong>Note</strong>: Due to a bug in the jexl expression evaluator,
custom tag names defined by this property cannot contain dashes.
</td>
</tr>
<tr>