On Fri, Mar 13, 2020 at 10:00 AM Piviul <[email protected]> wrote: > Hi, > I would like to try to use radius auth but when I compile the module I > get the following logs: > > [...] > > [INFO] BUILD FAILURE > > [INFO] > ------------------------------------------------------------------------ > > [INFO] Total time: 11.623 s > > [INFO] Finished at: 2020-03-13T13:56:03Z > > [INFO] > ------------------------------------------------------------------------ > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar (attach-javadocs) > on project guacamole-common: MavenReportException: Error while generating > Javadoc: > > [ERROR] Exit code: 1 - javadoc: error - The code being documented uses > modules but the packages defined in > http://docs.oracle.com/javase/6/docs/api/ are in the unnamed module. > > [ERROR] > > [ERROR] Command line was: /usr/lib/jvm/java-11-openjdk-amd64/bin/javadoc > @options @packages > > [ERROR] > > [ERROR] Refer to the generated Javadoc files in > '/root/guacamole-client-1.1.0/guacamole-common/target/apidocs' dir. > > [ERROR] > > [ERROR] -> [Help 1] > > [ERROR] > > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e switch. > > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > > [ERROR] > > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException > > I believe there maybe some known issues out there with Maven + OpenJDK 11 + JavaDoc. I've experienced this myself a few times and never quite tracked down the cause or solution - I usually just end up installing OpenJDK8 and switching over to that and all works well.
-Nick
