我从父jenkins
上mvn clean install
运行pom
时收到了该错误。但我无法在我的本地环境中重现它,因为当我在本地运行它时一切正常。 Maybye有人有这样的问题。提前感谢您的建议。
[ERROR] Failed to execute goal com.jayway.maven.plugins.android.generation2:android-maven-plugin:3.8.2:apk (default-apk) on project RondoAndroid: Error while processing transient dependencies: Failed to collect dependencies at org.roboguice:roboguice:jar:3.0b-experimental -> android.support:compatibility-v4:jar:11: Failed to read artifact descriptor for android.support:compatibility-v4:jar:11: Could not transfer artifact android.support:compatibility-v4:pom:11 from/to third.party.closed.source.repo (file://${basedir}/../maven_repo_3rd_party): Repository path /../maven_repo_3rd_party does not exist, and cannot be created.
答案 0 :(得分:0)
我写了一封电子邮件给RoboGuice的作者。他说3.0b-experimental
应该被2.0
版本取代。这是稳定版本有效使用。在我应用该解决方案后,everythink工作正常。我希望这可能会对某人有所帮助。