mvn リリース:準備
スナップショットの依存関係を解決するように常に求められます。mavenが関連するリリースを自動的に使用するように、バッチモードでこれを行う方法はありますか? つまり、依存関係が 1.0.0-SNAPSHOT の場合、この依存関係は自動的に 1.0.0 リリースに更新されますか?
[INFO] Checking dependencies and plugins for snapshots ...
There are still some remaining snapshot dependencies.: Do you want to resolve them now? (yes/no) no: : yes
Dependency type to resolve,: specify the selection number ( 0:All 1:Project Dependencies 2:Plugins 3:Reports 4:Extensions ): (0/1/2/3) 1: : 1
Resolve Project Dependency Snapshots.: 'com.my.project' set to release? (yes/no) yes: : yes
What is the next development version? (0.0.2-SNAPSHOT) 0.0.2-SNAPSHOT: : 0.0.2-SNAPSHOT