On Tue, Aug 11, 2020 at 9:53 AM Yang Yang <[email protected]> wrote:
> Hello, > > I experienced the following error when building 1.1.2 docker, is there > anything I can do? > > [INFO] Reactor Summary: > [INFO] > [INFO] guacamole-common 1.1.0 ............................. SUCCESS [18:36 > min] > [INFO] guacamole-ext 1.2.0 ................................ SUCCESS [01:20 > min] > [INFO] guacamole-common-js 1.2.0 .......................... SUCCESS [07:59 > min] > [INFO] guacamole 1.2.0 .................................... FAILURE [08:23 > min] > [INFO] guacamole-auth-cas 1.2.0 ........................... SKIPPED > [INFO] guacamole-auth-duo 1.2.0 ........................... SKIPPED > [INFO] guacamole-auth-header 1.2.0 ........................ SKIPPED > [INFO] guacamole-auth-jdbc 1.2.0 .......................... SKIPPED > [INFO] guacamole-auth-jdbc-base 1.2.0 ..................... SKIPPED > [INFO] guacamole-auth-jdbc-mysql 1.2.0 .................... SKIPPED > [INFO] guacamole-auth-jdbc-postgresql 1.2.0 ............... SKIPPED > [INFO] guacamole-auth-jdbc-sqlserver 1.2.0 ................ SKIPPED > [INFO] guacamole-auth-jdbc-dist 1.2.0 ..................... SKIPPED > [INFO] guacamole-auth-ldap 1.2.0 .......................... SKIPPED > [INFO] guacamole-auth-openid 1.2.0 ........................ SKIPPED > [INFO] guacamole-auth-quickconnect 1.2.0 .................. SKIPPED > [INFO] guacamole-auth-saml 1.2.0 .......................... SKIPPED > [INFO] guacamole-auth-totp 1.2.0 .......................... SKIPPED > [INFO] guacamole-example 1.2.0 ............................ SKIPPED > [INFO] guacamole-playback-example 1.2.0 ................... SKIPPED > [INFO] guacamole-client 1.2.0 ............................. SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 36:20 min > [INFO] Finished at: 2020-08-11T13:41:37Z > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.12:check > (validate) on project guacamole: Too many files with unapproved license: 1 > See RAT report in: /tmp/guacamole-docker-BUILD/guacamole/target/rat.txt -> > [Help 1] > This happens when you add files to the code but do not put the proper license header(s) in the files. Your options are to either put the correct license in the files you have added, or disable the RAT plugin as already suggested by another user. -Nick
