我正在尝试使用Netbeans在我的Mac上构建Maven项目。但是我的maven资源插件有一些奇怪的问题。
它正在对我的所有.resources文件返回“拒绝权限”。
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 3.588s
Finished at: Thu May 05 14:48:57 EEST 2016
Final Memory: 13M/223M
------------------------------------------------------------------------
Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:2.5:resources (default-resources) on project site_feemanok: /checkRar.resource (Permission denied) -> [Help 1]
To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.发布于 2016-07-07 09:50:46
这只是一个权限问题,所以我刚用sudo运行了Netbeans。
https://stackoverflow.com/questions/37050225
复制相似问题