0

Is there a setting in Netbeans when we do Find Usages. i.e. Find Usages on class references from (non-open) Maven artifacts

Can we turn ON/OFF for finding in Maven repositories ?

I am using the latest Netbeans 7.4

taringamberini
  • 2,719
  • 21
  • 29
copenndthagen
  • 49,230
  • 102
  • 290
  • 442

1 Answers1

0

Is there a setting in Netbeans when we do Find Usages. i.e. Find Usages on class references from (non-open) Maven artifacts

There isn't such a setting (As far as I know).

Can we turn ON/OFF for finding in Maven repositories ?

If you refer to Find Usages (ALT + F7) there isn't such a setting (As far as I know).

If you refer to Find in Projects... (ALT + SHIFT + F7) you then have to select a scope but, unfortunately, there is not any "sources in local Maven repository".

taringamberini
  • 2,719
  • 21
  • 29