Archive for the ‘Maven’ tag
Stop Maven Complaining about javax/jms/jms/1.1/jms-1.1.jar; cannot read zip file
My build was breaking due to Maven complaining about not being able to read jms-1.1.jar, as if it was corrupt after having been downloaded.
Deleting it from my local repository and letting it re-download fixed it a couple of times, but for what it’s worth I eventually stopped it from behaving like this by changing my log4j dependency from version 1.2.15 to 1.2.14.










