From 8902a56770fc03dd3ea9218047ed29f966ea705e Mon Sep 17 00:00:00 2001 From: ltheussl Date: Thu, 15 Dec 2005 18:28:25 +0000 Subject: [PATCH] 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 --- javadoc/xdocs/properties.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/javadoc/xdocs/properties.xml b/javadoc/xdocs/properties.xml index b113230a..3373b231 100644 --- a/javadoc/xdocs/properties.xml +++ b/javadoc/xdocs/properties.xml @@ -189,8 +189,9 @@ tag1.scope=all tag2.name=task tag2.description=Task: tag2.enabled=false -tag2.scope=all - ]]> +tag2.scope=all]]> + Note: Due to a bug in the jexl expression evaluator, + custom tag names defined by this property cannot contain dashes.