Hi, I am using Maven 1.0.2. My remote repository is setup as a tomcat server and I have specified the maven.repo.remote in my build.properties. While building the following log appears Attempting to download hibernate3.jar warning: last-modified not specified 0K downloaded .... [javac] error: error reading C:\Documents and Settings\A123\.maven\repository\hibernate\jars\hibernate3.jar; * java.util.zip.ZipException*: error in opening zip file and my build fails.
I searched the mail archive and did find some threads mentioning similar issues but noone could solve my problem. As Brett has mentioned here - http://marc.theaimsgroup.com/?l=turbine-maven-user&m=111217743107934&w=2 the issue might be due to my web server not providing the Last-Modified header for the urls. But how can I rectify this ? Is there any setting in Tomcat to achieve this ? Thanks in advance. Kanakambaran
