How to differentiate between deploying releases vs snapshots

前端 未结 3 976
囚心锁ツ
囚心锁ツ 2021-01-30 15:54

I may be missing something extremely obvious, but I need some clarification regardless. I am about to begin development using maven and archiva. I added both servers + settings

3条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-30 16:36

    For me putting a suffix: SNAPSHOT in ${project.version} was not enough. I had to put a dash in front of it:-SNAPSHOT in order for maven to deploy it in the local snapshot repo.

提交回复
热议问题