maven install throw “error in opening zip file” only after the second try

后端 未结 4 1566
囚心锁ツ
囚心锁ツ 2021-02-15 14:40

I try to run maven install on my project with some dependencies:


    log4j
    log4j         


        
4条回答
  •  隐瞒了意图╮
    2021-02-15 15:11

    I was facing the same issue just now. Changing maven compiler plugin version to 3.1 helped.

    
        org.apache.maven.plugins
        maven-compiler-plugin
        3.1
        
          1.8
          1.8
        
      
    

提交回复
热议问题