Skip to content
Advertisement

Tag: maven-javadoc-plugin

JDK8 – Error “class file for javax.interceptor.InterceptorBinding not found” when trying to generate javadoc using Maven javadoc plugin

I am using JDK8 (tried it on my Eclipse workspace with Win x64 u25 JDK + on Linux launched by Jenkins – jdk-8u20-linux-x64, same problem for both). I have multi-module Maven project (I am launching Maven goal “javadoc:aggregate” from a main module with packaging type “pom”). Pom build section looks like this: I always receive error: I have tried everything

Advertisement