Hot to disable buildnumber-maven-plugin through cmd

前端 未结 4 690
故里飘歌
故里飘歌 2021-01-18 20:02

I have question about maven. How can I disable buildnumber-maven-plugin through command line option. I want to run \"mvn test\" command on our continuous integration server,

4条回答
  •  不思量自难忘°
    2021-01-18 20:37

    You may skip failure without change pom.xml in project. Please look at my answer at Disable maven build number plugin

提交回复
热议问题