JEE Application module and excluded folders
I'm currently working with maven backed J2EE projects.
This results in maven creating /target folders in each modules (java, web and ear).
This works fine with IDEA : i've set the /target folder as excluded in the module configuration.... except for the J2EE module where i can't see any mean to set excluded folders.
It only bothers me for the CHanges view, where the whole J2EEApp/target folder appears as unversioned.
Is this as intended ?
Please sign in to leave a comment.
I doubt that it' intended.
As a workaround can't you set the target folder to ignored from within the changes view?
Thibaut wrote:
been trying to do it, but i can't find a way to exclude any file under a directory named target.
Has anyone managed to do it ?