I've done this: rm -rf guacamole-client/ git clone https://github.com/apache/guacamole-client.git cd guacamole-client/ mvn package
And got this output. Maybe I'm missing some package? [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for guacamole-client 1.1.0: [INFO] [INFO] guacamole-common ................................... FAILURE [ 11.038 s] [INFO] guacamole-ext ...................................... SKIPPED [INFO] guacamole-common-js ................................ SKIPPED [INFO] guacamole .......................................... SKIPPED [INFO] guacamole-auth-cas ................................. SKIPPED [INFO] guacamole-auth-duo ................................. SKIPPED [INFO] guacamole-auth-header .............................. SKIPPED [INFO] guacamole-auth-jdbc ................................ SKIPPED [INFO] guacamole-auth-jdbc-base ........................... SKIPPED [INFO] guacamole-auth-jdbc-mysql .......................... SKIPPED [INFO] guacamole-auth-jdbc-postgresql ..................... SKIPPED [INFO] guacamole-auth-jdbc-sqlserver ...................... SKIPPED [INFO] guacamole-auth-jdbc-dist ........................... SKIPPED [INFO] guacamole-auth-ldap ................................ SKIPPED [INFO] guacamole-auth-openid .............................. SKIPPED [INFO] guacamole-auth-quickconnect ........................ SKIPPED [INFO] guacamole-auth-totp ................................ SKIPPED [INFO] guacamole-example .................................. SKIPPED [INFO] guacamole-playback-example ......................... SKIPPED [INFO] guacamole-client ................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11.477 s [INFO] Finished at: 2019-06-06T18:28:18Z [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 '/home/g/guacamole-client/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 Am Do., 6. Juni 2019 um 20:24 Uhr schrieb Mike Jumper <[email protected]>: > > On Thu, Jun 6, 2019, 10:59 Goran <[email protected]> wrote: >> >> Am Do., 6. Juni 2019 um 19:46 Uhr schrieb Mike Jumper <[email protected]>: >> ... >> >> >> >> mvn package -Dmaven.javadoc.skip=true >> >> >> >> Without skipping javadoc I was not able to compile. >> > >> > >> > Why? >> > >> I got a ton of javadoc errors and compiling was aborted. > > > Can you share those errors so that if there is a problem it can be addressed? > > - Mike > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
