With intelliJ IDEA, how do I manually add a .jar to my web-inf/lib folder?
It is a maven project and I have been adding .jar's via pom.xml thus far.
I manually dropped the .jar, but it didn't seem to pick up the .jar since it doesn't pick up the namespace when I add a import statement etc.