Hi,
I'm sorry I'm still quite newbie here, where should I place this? in maven.xml or project.xml?


Kevin Hagel wrote:

here's a section of my build file that javadocs:

<!--
Try to get JavaDoc to shut the hell up about the XDoclet tags.
-->
<tag name="web.servlet" scope="overview" enabled="false"/>
<tag name="web.listener" enabled="false"/>
<tag name="web.filter" enabled="false"/>
<tag name="hibernate.property" enabled="false"/>
<tag name="hibernate.class" enabled="false"/>
<tag name="hibernate.id" enabled="false"/>
<tag name="todo" scope="all" description="To do:" />


the problem is: while @web.servlet will be successfully ignored, @web.servlet-mapping will not, something about the hypen in "servlet-mapping". Javadoc advises using something like @web.servlet.mapping, but that's not really very useful for us is it?
I suspect javadoc was written by C++ programmers ;-)


Miguel Griffa wrote:

Hi all,
This is my first post to the list.
I'm becoming a fan of maven, but I find myself still climbing the learning curve...


Could anyone tellme
How can I ignore some tags on maven javadoc report?
(I have lots of xdoclet tags)

Thanks in advance


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



--

Miguel Griffa
Software Architect
Technisys.NET  "The First Digital e-nabler"
Transactional Solutions

Miami +1 305 357 8109
Madrid +34 915 726 763
Buenos Aires: +54 11 43227100
[EMAIL PROTECTED]
http://www.technisys.net


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



Reply via email to