Martin Wiesner created OPENNLP-1685:
---------------------------------------
Summary: Adapt bin.xml assembly descriptor to include generated
JavaDoc
Key: OPENNLP-1685
URL: https://issues.apache.org/jira/browse/OPENNLP-1685
Project: OpenNLP
Issue Type: Dependency upgrade
Components: Build, Packaging and Test
Affects Versions: 2.5.2
Reporter: Martin Wiesner
Assignee: Martin Wiesner
Fix For: 2.5.3
After the recent update of the maven-javadoc-plugin from 3.5.0 to 3.11.x, it
was discovered that the plugin generates the result to each module's
_...target/reports/apidocs_ folder, instead of directly to _target/apidocs_.
This causes a regression in the bundling of the project's binary distribution
artifacts as the assembly won't pick up the generated JavaDoc HTML files for
bundling into the binary distribution artifacts.
For the aforementioned reason, _bin.xml_ needs adjustments to align with the
new [default apidocs
output|https://maven.apache.org/plugins/maven-javadoc-plugin/examples/output-configuration.html]
path pattern, that is _${project.build.directory}/reports/apidocs_.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)