After installing the spring-security-core grails plugin, how do you get IDEA to know about the jar f
Posted
by egervari
on Stack Overflow
See other posts from Stack Overflow
or by egervari
Published on 2010-05-27T06:04:43Z
Indexed on
2010/05/27
7:31 UTC
Read the original article
Hit count: 239
I have installed spring-security-core in a grails project, but for some reason, IDEA didn't automatically pick up the jar files. I can deploy the app and run tests using the grails command line just fine... but IDEA still puts squiggly lines. Is there a way I can get IDEA to automatically pick up jars after I install plugins?
© Stack Overflow or respective owner