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]

Re: Using Apache Maven, what is the simplest way to include /lib/ directory in the classpath in the pom.xml

2020-10-17 Thread Jürgen Weber
you could add the whole tomcat.zip to nexus, unpack it before compile and install-file to local repository. I had a similar problem, I needed to have the jars of an resource adapter rar on the classpath: > I was thinking of adapting maven-warpath-plugin, but in the end I built an > uber jar in