Hi, developer I integrated the apache-rat-plugin to check license in my project, and the project base on VUE,so after executing mvn install,node_modules directory which contains lots of files was generated in the project . And then apache-rat-plugin checking was blocked until OOM exception is thrown. I had configured excluded just like: <exclude>**/node_modules/**</exclude> But It doesn't seem to take effect 😞
I want to know if I configured it wrong or how exclued configuration works. Looking forward to your reply,and any help would be appreciated . Thanks & Regards -- Haoran Meng [email protected]
