我发现在我的 grails 应用程序编译过程中出现了一些错误。
| Loading Grails 2.0.4
| Configuring classpath
:: problems summary ::
:::: ERRORS
Server access Error: Unexpected end of file from server
url=http://plugins.grails.org/grails-shiro/tags/RELEASE_1_2_0-SNAPSHOT/shiro-1.2.0-SNAPSHOT.pom
但我可以使用我的浏览器访问上述网址。错误是什么意思?有没有办法在编译过程中避免此类问题?或者我可以在本地编译我的 grails 应用程序吗?
当我需要一些 grails 插件时,我通常运行 grails install-plugin xxx 来安装 xxx 插件。我注意到有一些记录自动写入'application.properties'。插件总是安装在我的 ~/.grails//projects/plugins/ 中,我想知道是否有办法在本地编译 grails 应用程序?