excluded directories keep un-excluding
I have a GWT app I build using maven.. all the artifacts live under target/ I am constantly having to re-add the target/generated-sources directory to the exclusions list to keep the crud out of my IDEA indexes. I also have to keep removing this directory from my sources folders..
Why does it keep changing by itself?
Please sign in to leave a comment.
I should mention I'm on the latest build in EAP (107.322)
It seems like this might be related to having a project derived from a maven pom... is there something I should add to my pom to make idea take note of directories containing generated GWT stuff under target/ ?
Hi.
This is designed behaviour:
Generated sources have to be included as sources, otherwise you have to generate classes. You can create profile without sources generation, if you project will be compilable in such configuratiion.
regards, Alex
Message was edited by: Alexander Ashitkin
Message was edited by: Alexander Ashitkin
when I read developer responses like that , my blood boils . Excluded means excluded , implicit hidden behavior is BAD , don't freaking make decisions for the user , or remove the freaking functionality all together ,