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

前端 未结 6 1408
孤街浪徒
孤街浪徒 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:00

    For everybody who don't want to change the pom.xml a commandline option does the trick:

    mvn [...] -DcheckModificationExcludeList=pom.xml,.maven/spy.log

    I had the problem on our hudson / jenkins CI environment which complained about changes in the .maven/spy.log

提交回复
热议问题