I just added usage of truezip-maven-plugin to my build. I am using the remove goal to remove some files and folders from a jar. it works fine when run locally on my system but has the following error when run on our TeamCity CI build server. The build agent is Windows7 and so is my system. Any ideas why this would fail?
[com.issinc.chat-dashboard:dashboard-dev] Failed to execute goal org.codehaus.mojo:truezip-maven-plugin:1.0:remove (trim-jar) on project dashboard-dev: Remove fileset fails [11:53:01]: [ERROR] Failed to execute goal org.codehaus.mojo:truezip-maven-plugin:1.0:remove (trim-jar) on project dashboard-dev: Remove fileset fails: Failed to delete file F:\work\7832e3bc4d2f257b\dashboard-dev\target\dashboard-dev-4.4-SNAPSHOT.jar\com\gargoylesoftware\htmlunit\util\DebuggingWebConnection.index.html. Reason is unknown. -> [Help 1] [11:53:01]: [ERROR] -Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
