[ https://issues.apache.org/jira/browse/MJAVADOC-367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Osipov closed MJAVADOC-367. ----------------------------------- Resolution: Auto Closed This issue has been auto closed because it has been inactive for a long period of time. If you think this issue still applies, retest your problem with the most recent version of Maven and the affected component, reopen and post your results. > javadoc:fix could allow to disable the @inheritDoc tag > ------------------------------------------------------ > > Key: MJAVADOC-367 > URL: https://issues.apache.org/jira/browse/MJAVADOC-367 > Project: Maven Javadoc Plugin > Issue Type: Improvement > Affects Versions: 2.9 > Reporter: Luís Oliveira > Priority: Major > > I might have overlooked something, but when using the javadoc:fix target, I > can't seem to prevent it from adding the inheritDoc to methods with an > @Override tag. > It would be nice to be able to disable this, using a config option. I tried > the following options on my project's POM, but to no avail: > <additionalparam>-tag inheritDoc:X</additionalparam> > <tags> > <tag> > <name>inheritDoc</name> > <placement>X</placement> > </tag> > </tags> > Thanks. -- This message was sent by Atlassian JIRA (v7.6.3#76005)