您当前的位置: 首页 >  ar

柳鲲鹏

暂无认证

  • 0浏览

    0关注

    4642博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

maven teavm-idea-artifacts: Command execution failed.: Process exited with an error: 1 Exit value: 1

柳鲲鹏 发布时间:2021-02-27 12:58:29 ,浏览量:0

具体错误:

[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.3.2:exec (copy-dependencies) on project teavm-idea-artifacts: Command execution failed.: Process exited with an error: 1 (Exit value: 1) -> [Help 1]

具体来说,就是一个teavm-idea-artifacts的org.codehaus.mojo的exec-maven-plugin部分构建出错。怎么办?

  • 查找

即有一个pom.xml中,包含teavm-idea-artifacts。

  • 修改

看看这个结构中,有什么特殊的内容,然后清理掉。

  teavm-idea-artifacts
  TeaVM IDEA artifacts
  pom

      
        
          
            org.codehaus.mojo
            exec-maven-plugin
            1.3.2
            
              
                copy-dependencies
                initialize
                
                  exec
                
                
                  mvn
                  
                    -f
                    dep-pom.xml
                    install
                    -Didea.version=${idea.version}
                    -Dteavm.version=${project.version}
                    -Dmaven.repo.local=${settings.localRepository}
                    -B
                  
                
              
            
          
        
      
    
  

 

关注
打赏
1665724893
查看更多评论
立即登录/注册

微信扫码登录

0.0561s