maven - Is there a way to ask IntelliJ IDEA to skip indexing some specific jar files added as library? -
our project (managed maven) has jar dependency contains lots , lots of .js files. problem modify dependency often, , every time mvn install
it, intellij idea start re-index .js files, , becomes slow or dead.
so wonder there way ask intellij skip indexing specific jar library?
Comments
Post a Comment