maven.javadoc.customtags cannot handle dashes (-)
-------------------------------------------------

         Key: MPJAVADOC-62
         URL: http://jira.codehaus.org/browse/MPJAVADOC-62
     Project: maven-javadoc-plugin
        Type: Bug
    Versions: 1.7    
 Reporter: Felipe Leme


Due to that famous JEXL limitation, if a custom tag has dashes, such tag will 
be ignored by the plugin. For instance, even if I set:

myTag.ejb.interface_method.enabled=false
myTag.ejb.interface_method.name=ejb.interface-method
myTag.ejb.interface_method.description=ejbdoclet tag
myTag.ejb.interface_method.scope=all

maven.javadoc.customtags=myTag.ejb.interface_method

I get:

    [javadoc] bla-bla-blaBean.java:241: warning - @ejb.interface-method is an 
unknown tag.


I think this issue has been fixed in most recent versions of commons-jexl; not 
sure how we can apply them to the plugin though (it might be necessary to fix 
it at the maven 1.x core level).




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to