I am building a sample app for google appengine using intelliJ 9
I am trying to add an apache library to my project. In the setting it is added and shows fine. I am able to import the apache classes while coding and there are no errors.
However, when I ask intelliJ to run the project (it deploys it in the local appengine after "making" the project), it does not add my new apache library to \web-inf\lib folder. I am unable to figure out where to tell IntelliJ to ADD this new library to my WAR!