Maven artifact version for patches

前端 未结 3 1975
南笙
南笙 2021-02-09 19:32

I\'m currently working on Maven tools for Project Dash. One of the open issues is how to handle mistakes.

Maven central says: Nothing published ever changes. This is bec

3条回答
  •  失恋的感觉
    2021-02-09 20:20

    This is because Maven never tries to figure out whether a release has changed

    That's in my opinion not the basic reason. The reason is to have reliable builds in the future. You define the versions in your pom and that's it. If someone would remove artifacts from maven central or become worse changing an existing artifact you can't be sure that your build will be working in the future...or an older build would work.

    The version number is up to you...i would suggest to use 3.6.2.1.

提交回复
热议问题