[
https://issues.apache.org/jira/browse/DOXIASITETOOLS-219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17151329#comment-17151329
]
Abel Salgado Romero commented on DOXIASITETOOLS-219:
----------------------------------------------------
Made a proposal in [https://github.com/apache/maven-doxia-sitetools/pull/17.]
For the previously commented 2 points what I did was:
* For 1. Add the following configuration to `doxia-doc-renderer` module
{code:java}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<tags>
<tag>
<name>plexus.requirement</name>
<placement>f</placement>
</tag>
</tags>
</configuration>
</plugin>{code}
{code:java}
{code}
* For 2. Remove the line, it seems to me to be something missing from an old
change?
> fix javadoc issues with JDK 8 when generating documentation
> -----------------------------------------------------------
>
> Key: DOXIASITETOOLS-219
> URL: https://issues.apache.org/jira/browse/DOXIASITETOOLS-219
> Project: Maven Doxia Sitetools
> Issue Type: Dependency upgrade
> Affects Versions: 1.9.2
> Reporter: Herve Boutemy
> Priority: Major
> Labels: up-for-grabs
> Fix For: 1.9.3
>
>
> when building Doxia Sitetools release with JDK 8:
> {noformat}mvn -Papache-release package -Dgpg.skip{noformat}
> some javadoc issues cause build failure
> for next release, it would be nice to not hit this issue any more
--
This message was sent by Atlassian Jira
(v8.3.4#803005)