我们正在使用Maven/Tycho构建Eclipse应用程序。我们跑但上面一直写着:
The POM for org.eclipse.tycho:tycho-maven-plugin:jar:0.25.0 iscould not be resolved: org.eclipse.tycho:tycho-maven-plugin:jar:0.25.0, org.codehaus.plexus:plexus-utils:tycho
我使用tycho自动构建我的RCP应用程序(实际上,我采用了中报告的结构)。": ["tycho.jni.linux 1.0.0.qualifier cannot be installed in this environment because its filter is not": ["tycho.jni.linux 1.0.0.qualifier cannot be installed in this environment because its filter is not": [&q
似乎最推荐的方法是创建一个包片段,并使用类似Tycho插件的东西来解决依赖关系。:tycho-surefire-plugin:0.21.0:test (default-test) on project myproject.app.viewmanager-test: Executiondefault-test of goal org.eclipse.tycho:tycho-surefire-plugin:0.21.0:test failed: No solution found becauseto myproject.app
Tycho迁移的一部分包括从SCM中删除所有Eclipse、.project和.classpath文件。我的问题:我如何构建一个.project和.classpath的组合,这将使我回到前Tycho的生产力。我试过mvn eclipse:eclipse,它说"eclipse-plugin" no longer supported,但是Tycho有类似的东西吗?