Maven: Dependency-driven javadoc aggregation and custom doclet
问题 I've prepared a very simple demo of what I would like to do in much bigger scale to demonstrate the issue: Configuration: java 1.8, maven 3.3.9, maven-javadoc-plugin 3.0.1 I've got maven artifacts testA, testB and testC. Component testA is a javadoc aggregator project. Class B (located in testB component) imports and instantiates class C (located in testC component). testA has a direct dependency on testB and testB has direct dependency on testC (both with scope provided), thus testA has