[
https://issues.apache.org/jira/browse/MJAVADOC-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17957423#comment-17957423
]
Olivier Lamy commented on MJAVADOC-31:
--------------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[olamy/maven-javadoc-plugin#489|https://github.com/olamy/maven-javadoc-plugin/issues/489].
> javadoc plugin doesn't honor multiple custom tags
> -------------------------------------------------
>
> Key: MJAVADOC-31
> URL: https://issues.apache.org/jira/browse/MJAVADOC-31
> Project: Maven Javadoc Plugin (Moved to GitHub Issues)
> Issue Type: Bug
> Reporter: Indrajit Raychaudhuri
> Assignee: John Dennis Casey
> Priority: Minor
> Original Estimate: 0.5h
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> M2 javaodc plugin doesn't honor multiple tag as it did with M1.
> In M1 we could specify this in project.properties:
> maven.javadoc.customtags = usage todo fixme
> usage.name = .usage
> usage.description = Usage:
> usage.enabled = true
> usage.scope = all
> todo.name = .todo
> todo.description = Todo:
> todo.enabled = false
> todo.scope = all
> fixme.name = .fixme
> fixme.description = Fixme:
> fixme.enabled = false
> fixme.scope = all
> However, in M2 the putting the <tag/> switch isn't honor multiple times. Only
> the last one get passed to the javadoc -tag switch.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)