“You don't have a SNAPSHOT project in the reactor projects list.” when using Jenkins Maven release plugin

后端 未结 4 1929
自闭症患者
自闭症患者 2020-12-13 11:35

I\'m using SVN, Maven 3.0.3 on the latest version of Jenkins and the Maven Release plugin. I\'m trying to use the Maven release plugin (through Jenkins) do a dry run and so

4条回答
  •  -上瘾入骨i
    2020-12-13 12:21

    Changing the check-out strategy to "Emulate clean checkout by first deleting unversioned files/ignored files, then svn update" did the trick for me.

提交回复
热议问题