Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

i was wondering if it's possible to exclude target folder from eclipse quick search :

ctrl+shift+r

if anyone knows how to do that, please advise.

update: i am using maven 2, and m2e , wtp eclipse plugins.

share|improve this question
Are you working in the context of Maven 2/3? Are you using any additional plugins? Do you have an example where a resource is in a target and non-target folder? – mliebelt Nov 21 '11 at 14:25
Related: Exclude folders from Eclipse search – blahdiblah Sep 27 '12 at 21:36

1 Answer

up vote 28 down vote accepted
  1. Mark the "target" folders as "derived" resource from the properties screen of those folders (this option is next to read only and archive property).

  2. In the quick search (ctrl+shift+r) screen press the arrow in the top right corner and untick "Show derived resources".

Then those target-files will not be considered in the quick search anymore.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.