Re: Need help: maven-javadoc-plugin: includeDependencySource: error: module not found on module source path

2020-10-28 Thread Benjamin Marwell
Hi Thomas, I investigated a bit further. It seems from the debug output, that the remote sources were fetched. Thus, the error seems misleading: [DEBUG] Expanding: $USER/.m2/repository/de/uni-stuttgart/informatik/fius/ICGE-Simulation/2.3.6/ICGE-Simulation-2.3.6-sources.jar into

Re: Need help: maven-javadoc-plugin: includeDependencySource: error: module not found on module source path

2020-10-28 Thread Benjamin Marwell
Hi Tim, this lines makes me wonder: > [ERROR] no reactor project: my project> I think this means that will only work with dependencies from the same reactor project. Thus your "group_id:artifact_id of the single dependency of my project" seems to be a foreign project? But then from the goal

Need help: maven-javadoc-plugin: includeDependencySource: error: module not found on module source path

2020-10-17 Thread Tim Neumann
Hello everybody, I'm struggling to get javadoc generation with includeDependencySource working in my project. When setting includeDependencySource to true in the pom and running mvn clean install javadoc:aggregate or mvn clean install javadoc:javadoc I get the following errors: First: [ERROR]