Maven release:prepare : Cannot prepare the release because you have local modifications

前端 未结 6 1491
孤街浪徒
孤街浪徒 2021-02-20 08:48

I\'m facing a problem with continuum\'s release:prepare phase which fails in scm-check-modifications step with error :

[ERROR] org.apache.maven.shared.rel

6条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-20 09:15

    I can confirm, that adding the plugin or configuring it to exclude the pom.xml check did work:

    
      org.apache.maven.plugins
      maven-release-plugin
      
        
            pom.xml
        
      
    
    

提交回复
热议问题