有没有办法告诉Grails list-plugin-updates
命令忽略SNAPSHOT版本?
bash-3.2$ grails list-plugin-updates
Plugins with available updates are listed below:
-------------------------------------------------------------
<Plugin> <Current> <Available>
resources 1.2.8 1.2.9-SNAPSHOT
remote-pagination 0.4.6 0.4.7
platform-core 1.0.0 1.0.1-SNAPSHOT
mongodb 2.0.1 3.0.1
mail 1.0.5 1.0.6-SNAPSHOT
joda-time 1.4 1.5-SNAPSHOT
hibernate 3.6.10.15 3.6.10.16-SNAPSHOT
很多时候SNAPSHOT版本掩盖了“真实的”更新,因此我仍然必须检查Grails网站以查看当前版本。我们正在构建一个生产系统,几乎从来不希望包含任何插件的SNAPSHOT版本。
说明文件:
http://grails.org/doc/latest/ref/Command%20Line/list-plugin-updates.html
最佳答案
当前不是不,但似乎应该忽略快照,因此可以提出JIRA问题(甚至提供解决方案!)
关于grails - Grails list-plugin-updates命令中令人讨厌的SNAPSHOT版本,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/24045538/