我正在尝试在我的eclipse(https://github.com/threerings/tripleplay)中运行三重播放示例,但它总是在安装过程中播放同样的错误:
Failed to execute goal on project tripleplay: Could not resolve dependencies for project com.threerings:tripleplay:jar:1.8-SNAPSHOT: The following artifacts could not be resolved: com.googlecode.playn:playn-core:jar:1.8-SNAPSHOT, com.googlecode.playn:playn-java:jar:1.8-SNAPSHOT: Failure to find com.googlecode.playn:playn-core:jar:1.8-SNAPSHOT in http://forplay.googlecode.com/svn/mavenrepo was cached in the local repository, resolution will not be reattempted until the update interval of forplay-legacy has elapsed or updates are forced
我被迫更新maven依赖,但它不起作用......有人知道如何解决这个问题吗? 感谢。
答案 0 :(得分:0)
你还必须检查Playn的线程分叉: https://github.com/threerings/playn 并在该项目上启动mvn clean install。
答案 1 :(得分:0)
我创建了一个包含此依赖项的maven存储库,
随意使用它
<repositories>
<repository>
<id>bubuntux-repo</id> <!--Contains PlayN and Tripleplay snapshots-->
<url>http://repository-bubuntux.forge.cloudbees.com/snapshot/</url>
</repository>
</repositories>
请记住,这个工件是来自Threerings存储库的spanshots,我的CI不运行任何测试单元,它只是编译,所以库可能有点不稳定。