I have a web module in which the servlet API jar is declared with scope
"provided". When I generate an IDEA project file, "provided" scoped
libraries are also included as a library to be deployed by the web module.
"provided" modules should not be packaged by the web module. I'm using the
2.0 version of the idea plugin. Is there a way to exclude provided libraries
from being packaged but present during compile?

Thanks,
Sanjiv

Reply via email to