Error on Building exploded Artifact

I get the following error (repeatedly for all class files)  when trying to build an exploded ear artifact for jboss deployment.

Error copying '/home/projects/ocis/borg/servicelayer/corporate/cybits/target/cybits-DEV-SNAPSHOT/com/ocis/borg/servicelayer/cybits/service/CybitsService.class' to '/home/projects/ocis/borg/ccsys/target/ccsys-DEV-SNAPSHOT/cybits-DEV-SNAPSHOT.jar/com/ocis/borg/servicelayer/cybits/service/CybitsService.class'.: /home/projects/ocis/borg/ccsys/target/ccsys-DEV-SNAPSHOT/cybits-DEV-SNAPSHOT.jar/com/ocis/borg/servicelayer/cybits/service/CybitsService.class (Not a directory)


Does anyone have a clue how I can fix this problem?

0
Avatar
Permanently deleted user

Ok I resolved this myself.

Apparently my maven build copied all the jars already into the target directory and Intellij tries to copy onto the same name but as Folder.

When emptying the target directory beforehand it works.

0

请先登录再写评论。