【发布时间】:2016-05-05 12:07:43
【问题描述】:
我正在尝试使用 Netbeans 在我的 Mac 上构建 Maven 项目。 但是我对 maven-resources-plugin 有一些奇怪的问题
它在我的所有 .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.
【问题讨论】:
-
用
/...给出的资源没有意义... -
@khmarbaise 你是什么意思?
标签: java maven maven-resources-plugin