I have a multi-module maven project and need to exclude some packages, but the problem is that I have the same package on more than one module.
Is there a way on the Server side to exclude a specifc package on a specific module ?
Thank you
I have a multi-module maven project and need to exclude some packages, but the problem is that I have the same package on more than one module.
Is there a way on the Server side to exclude a specifc package on a specific module ?
Thank you
This is not possible to exclude files on a specific module from within the Web UI, but fortunately you can do it inside the POM file of the module. Just add the following piece of code: