Hi, I get following error when I run mvn clean install. Any idea, how to resolve this?
[INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Training: Website 0.4.0-SNAPSHOT ................... FAILURE [ 3.000 s] [INFO] Training: Tools: Slide Template: Asciidoc to reveal.js Maven example 1.0.0-SNAPSHOT SKIPPED [INFO] Training: Tools 0.4.0-SNAPSHOT ..................... SKIPPED [INFO] Training Parent 0.4.0-SNAPSHOT ..................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.128 s [INFO] Finished at: 2019-12-06T10:35:31-08:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.12:check (license-check) on project training-website: Too many files with unapproved license: 67 See RAT report in: /Users/ggupta6/apachegit/incubator-training/site/target/rat.txt -> [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/MojoFailureException thanks, Gautam
