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

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -