Java Kura源代码maven构建失败,未找到jdk:jdk.dio:jar:1.0.1

Java Kura源代码maven构建失败,未找到jdk:jdk.dio:jar:1.0.1,java,eclipse,iot,Java,Eclipse,Iot,我在Ubuntu14.04LTS,Java7上,安装了RasperryPI,还安装了KuraEclipse工作区。现在我想使用Kura源代码来启动示例应用程序 我跟踪了日食库拉 但是当我在kura/target platform目录中运行'mvn clean install'时, 它失败,并显示以下消息: [信息]反应堆概要: [信息] [信息]目标平台。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。成功[0.147秒] [信息]使用人机界面USB设备(HID)的Java

我在Ubuntu14.04LTS,Java7上,安装了RasperryPI,还安装了KuraEclipse工作区。现在我想使用Kura源代码来启动示例应用程序

我跟踪了日食库拉

但是当我在kura/target platform目录中运行'mvn clean install'时,
它失败,并显示以下消息:
[信息]反应堆概要:
[信息]
[信息]目标平台。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。成功[0.147秒]
[信息]使用人机界面USB设备(HID)的Java API成功[1.832 s]
[INFO]javax.usbapi来自javax usb。。。。。。。。。。。。。。。。。。。。。。。成功[0.226秒]
[信息]javax.usb通用于javax usb。。。。。。。。。。。。。。。。。。。。成功[0.239秒]
[INFO]javax.usblinux从javax usb实现。。。。。。成功[0.190秒]
[信息]基于SODA DK通信的串行设备。。。。。。。。。。。。。。。。成功[0.483秒]
[信息]p2回购普通。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。故障[0.491秒]
[信息]p2-repo-equinox_3.8.1。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。跳过
[信息]------------------------------------------------------------------------
[信息]生成失败
[信息]------------------------------------------------------------------------
[信息]总时间:4.008秒
[信息]完成时间:2015-05-14T18:05:23+08:00
[信息]最终内存:31M/427M
[信息]------------------------------------------------------------------------
[错误]无法在项目p2上执行目标org.apache.maven.plugins:maven依赖插件:2.9:copy(复制用于发布的dio捆绑包):无法找到工件。在nexus发行版中找不到工件jdk:jdk.dio:jar:1.0.1(http://192.168.0.119:8081/nexus/content/groups/public)
[错误]
[错误]尝试从项目网站手动下载文件。
[错误]
[错误]然后,使用以下命令安装:
[错误]mvn安装:安装文件-DgroupId=jdk-DartifactId=jdk.dio-Dversion=1.0.1-dpackage=jar-Dfile=/path/to/file
[错误]
[错误]或者,如果您拥有自己的存储库,您可以在那里部署文件:
[错误]mvn部署:部署文件-DgroupId=jdk-DartifactId=jdk.dio-Dversion=1.0.1-dpackage=jar-Dfile=/path/to/file-Durl=[url]-DrepositoryId=[id]
[错误]
[错误]
[错误]jdk:jdk.dio:jar:1.0.1
[错误]
来自指定远程存储库的[错误]:
[错误]nexus发布(http://192.168.0.119:8081/nexus/content/groups/public,releases=true,snapshots=true)
[错误]->[帮助1]
[错误]
[错误]要查看错误的完整堆栈跟踪,请使用-e开关重新运行Maven。
[错误]使用-X开关重新运行Maven以启用完整调试日志记录。
[错误]
[错误]有关错误和可能的解决方案的更多信息,请阅读以下文章:
[错误][帮助1]http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[错误]
[错误]纠正问题后,可以使用命令恢复生成
[错误]mvn-rf:p2回购普通

它抱怨没有找到工件
jdk:jdk.dio:jar:1.0.1
,据我所知,这是JavaME提供的。在构建Kura源代码之前,我需要先安装什么吗

jdk.dio工件在Eurotech提供的“附加组件”回购协议中提供,网址为

看起来您可能有一个自定义的Maven设置文件,可以在本地Nexus中搜索所有内容?()

but when i ran `mvn clean install` in the kura/target-platform directory, 
it failed with the following message:

[INFO] Reactor Summary:
[INFO] 
[INFO] target-platform .................................... SUCCESS [  0.147 s]
[INFO] Java API for working with Human Interface USB Devices (HID) SUCCESS [  1.832 s]
[INFO] javax.usb API from javax-usb ....................... SUCCESS [  0.226 s]
[INFO] javax.usb Common from javax-usb .................... SUCCESS [  0.239 s]
[INFO] javax.usb Linux implementation from javax-usb ...... SUCCESS [  0.190 s]
[INFO] Serial Device based on SODA DK comm ................ SUCCESS [  0.483 s]
[INFO] p2-repo-common ..................................... FAILURE [  0.491 s]
[INFO] p2-repo-equinox_3.8.1 .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.008 s
[INFO] Finished at: 2015-05-14T18:05:23+08:00
[INFO] Final Memory: 31M/427M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.9:copy (copy-dio-bundle-for-publishing) on project p2-repo-common: Unable to find artifact. Could not find artifact jdk:jdk.dio:jar:1.0.1 in nexus-releases (http://192.168.0.119:8081/nexus/content/groups/public)
[ERROR] 
[ERROR] Try downloading the file manually from the project website.
[ERROR] 
[ERROR] Then, install it using the command:
[ERROR] mvn install:install-file -DgroupId=jdk -DartifactId=jdk.dio -Dversion=1.0.1 -Dpackaging=jar -Dfile=/path/to/file
[ERROR] 
[ERROR] Alternatively, if you host your own repository you can deploy the file there:
[ERROR] mvn deploy:deploy-file -DgroupId=jdk -DartifactId=jdk.dio -Dversion=1.0.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[ERROR] 
[ERROR] 
[ERROR] jdk:jdk.dio:jar:1.0.1
[ERROR] 
[ERROR] from the specified remote repositories:
[ERROR] nexus-releases (http://192.168.0.119:8081/nexus/content/groups/public, releases=true, snapshots=true)
[ERROR] -> [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 :p2-repo-common