I'm attempting to, with a release profile, build javadoc jars for all
modules in my project and generate a single aggregate javadoc jar for the
whole project, preferable with just running 'mvn -PmyReleaseProfile
install'. Is this possible?

In my case i have a few modules that use the dependency plugin to copy
dependencies to a specific location. This seems to interfer with the
javadoc aggregate setup.I've attempted this a few times and keep getting
the MDEP-187 error message. Removing the aggregate javadoc jar setup
resolves the issue.

Any suggestions on how to resolve this?

using maven-dependency-plugin 3.0.0 and maven-javadoc-plugin 3.2.0

Reply via email to