Intellij IDEA keeps copying files for web module
Hi,
I have a (Tomcat) web module that I deploy to an exploded directory.
The web module depends on some other Java modules and libraries.
In the Web Module Settings I have set the dependant modules to "Copy module output to" "/WEB-INF/classes". And the dependant libraries to "Copy files to" "/WEB_INF-lib".
The problem is that every time I redeploy, without changing any file, all the files are copied again!
I am using Intellij IDEA 6.0.4
What can I do about this?
请先登录再写评论。
Hello Robert,
Please post here your project files (.iml and .ipr).