Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have been trying to run "package" (Maven) from IntelliJ IDEA 11.0 and get this error:

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-ear-plugin:2.6:ear (default-ear) on
project app-ear: Error copying EAR modules:
C:\Users\Abbas\Projects\app\app-ear\target\app-ear-1.0\app-ejb-1.0.jar
(Access is denied) -> [Help 1]

Content of "C:\Users\Abbas\Projects\app\app-ear\target\app-ear-1.0\":

14.07.2012  07:04    <DIR>          app-ejb-1.0.jar
14.07.2012  06:47    <DIR>          META-INF
14.07.2012  07:04           173 954 app-model-lib-1.0.jar
...

Maybe it's because of the fact that the app-ejb-1.0.jar is a folder?

share|improve this question
Have you checked to run your build on command line only like mvn clean package etc. ? Without problem? Does IntelliJ lock that file? – khmarbaise Jul 19 '12 at 14:14

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.