I've got an Ant task (using the maven task) set up to automatically download all my Java apps dependencies and consolidate them into a lib directory, but I cant see a way to tell IntelliJ to basically treat everything in that dir as an external lib - I have to manually add them all to my project.
This rather defeats the object of automatically downloading my external dependencies...
SO is there any way to say to Intellij 'this dir contains my external dependencies, so automatically parse these (for Autocomplete etc), and add them to the classpath when I launch my app from the IDE'?