[ https://issues.apache.org/jira/browse/MJAVADOC-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17957938#comment-17957938 ]
Olivier Lamy commented on MJAVADOC-552: --------------------------------------- This project has moved from Jira to GitHub Issues. This issue was migrated to [apache/maven-javadoc-plugin#846|https://github.com/apache/maven-javadoc-plugin/issues/846]. > Author tag is removed, even though it should be excluded using the > fixTags-setting > ---------------------------------------------------------------------------------- > > Key: MJAVADOC-552 > URL: https://issues.apache.org/jira/browse/MJAVADOC-552 > Project: Maven Javadoc Plugin (Moved to GitHub Issues) > Issue Type: Sub-task > Components: fix > Affects Versions: 3.0.1 > Environment: Windows 7 x64 > Apache Maven 3.5.4 > Reporter: Je Jo > Assignee: Robert Scholte > Priority: Critical > Fix For: 3.1.0 > > > The javadoc:fix goal overrides the {{@author}} tag(s) by default, which is a > pity if several developers deserve credit > {noformat} > /** > * Class developed by several authors. > * > * @author Developer, One > * @author Developer, Two > * @author Developer, Three > * @version 1.0.9, 2018-12-19 > * @since 0.0.1 > */ > {noformat} > for the work. > That is why I tried to specifically exclude the {{@author}} tag by adding the > configuration: > {noformat} > <!-- Exclude the @author tag from editing, else several author tags of the > same class will be replaced by one single @author tag. --> > <fixTags>version,since,param,return,throws,link</fixTags> > {noformat} > Instead of ignoring the {{@author}} tag, i.e. leaving it as it is, it is > completely removed! > This effectively makes the {{javadoc:fix}} goal unusable to me. -- This message was sent by Atlassian Jira (v8.20.10#820010)