How to continuously build and deploy feature branches with Maven?

前端 未结 4 952
说谎
说谎 2020-12-24 05:53

My team is using feature branches to implement new features and continuously deploys snapshot builds into a remote repo for our users to use. Thus \'deploy\' really only mea

4条回答
  •  感情败类
    2020-12-24 06:28

    I would suggest to add the branch-qualifier into the version component, as it is more related to that part. This also allows your snapshot dependencies on those versions alongside the main branch.

提交回复
热议问题