Hi Manish, The error suggests that there are some files in the project without the ASF license included. This usually happens when you added some source files without adding the license, or there are some temporal files (e.g., generated by running a local test) not cleaned up. The error message should also suggested a "rat.txt" or so, which lists the files of problem.
Thank you~ Xintong Song On Tue, Apr 28, 2020 at 6:30 PM Manish G <manish.c.ghildi...@gmail.com> wrote: > Hi, > > While building the project, I get this error: > > [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.12:check > (default) on project flink-parent: Too many files with unapproved license > > Any workaround for it? > > Manish >