hibernate-commons-annotations-4.0.1.Final.jar; invalid LOC header (bad signature)?

后端 未结 12 1094
野趣味
野趣味 2020-11-29 05:04

I am new for Maven ..I am trying to create maven project for springMVC+Hiberante but I am getting lot of errors..can any one slove my problem please check my pom.xml for be

12条回答
  •  迷失自我
    2020-11-29 05:25

    It is important to remember that what is invalid is useless (e.g. corrupted), so:

    • Delete all JARs that have invalid signature. invalid means invalid.
    • Update Maven project, clean, install.
    • If you still get invalid LOC header - change repo and your ISP...

    I had similar problem and it had nothing to do with revisioning or Maven itself... The problem was corrupted JAR ( Eclipse with Maven plugin does not work with latest revisions, but works with older ones).

    Good luck!

提交回复
热议问题