Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10.1:javadoc (default) on project zap: An error has occurred in JavaDocs report generation
See here for full log <https://jenkins.ci.cloudbees.com/job/plugins/job/zap-plugin/1/console> Usage pom.xml is available here <https://github.com/jenkinsci/zap-plugin/blob/master/pom.xml#L80> Notice that i have the following line since i use java 8 <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <additionalparam>-Xdoclint:none</additionalparam> </configuration> </plugin> </plugins> </build> Yet for some reason the build triggers Exit code: 1 - javadoc: error - invalid flag: -Xdoclint:none I got the pom.xml addition from the Hosting Plugins - Working Around Common Issues <https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins> Is there something i'm missing? Thank you. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/d2382cd8-9a44-41c0-a0ea-4130d35f9565%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
