Maven安装错误

时间:2014-09-18 11:30:58

标签: maven maven-2 maven-plugin

我是maven的新手,所以请原谅,如果这是一个基本的疑问。 我正在尝试安装项目https://github.com/fommil/netlib-java。已将其克隆到我的桌面上并尝试使用maven进行安装。我收到了以下错误:

[ERROR] Failed to execute goal org.codehaus.mojo:native-maven-plugin:1.0-alpha-7:compile (default-compile) on project netlib-native_ref-osx-x86_64: Error executing command line. Exit code:127 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :netlib-native_ref-osx-x86_64

我查看了维基页面,但并不太了解。请提供您的意见。

0 个答案:

没有答案