You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Sanjiv Jivan <sa...@gmail.com> on 2006/07/29 07:56:33 UTC

mvn idea bundles "provided" libraries

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