作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在寻找一个Grails SDK命令(即类似grails maven-clean
的东西),该命令将清理我的本地.m2\
缓存,强制其余Grails构建(grails war
,grails run-app
等)从远程存储库中重新获取它们。有想法吗?
最佳答案
您是否尝试过..> refresh dependencies
,然后在命令行上发布grails clean
...有时deleting the bogus file
和./m2
下的refresh dependencies
可以节省很多时间...
还:与grails maven-clean -U
命令有关检查这一grails maven help
mavenRepo ("http://my.server/repos/my-grails-plugins") {
updatePolicy 'always'
}
never – Never check for new snapshots
always – Always check for new snapshots
daily – Check once a day for new snapshots (the default)
interval:x – Check once every x minutes for new snapshots
关于maven - 如何从Grails命令/SDK清除Maven缓存?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23065793/
我是一名优秀的程序员,十分优秀!