gpt4 book ai didi

java - Maven 找到 Artifact 但无法编译

转载 作者:行者123 更新时间:2023-12-02 06:46:28 25 4
gpt4 key购买 nike

当我运行 mvn 编译时,我会收到编译中的错误列表,这些错误都表明缺少我在 pom.xml 中作为依赖项的包。

Pom.xml

`<dependency>
<groupId>com.fortysevendeg.android</groupId>
<artifactId>swipelistview</artifactId>
<version>1.0-SNAPSHOT</version>
<type>apklib</type>
</dependency>`

Error
error: package com.fortysevendeg.swipelistview does not exist

我真的很感谢对此的一些帮助。一段时间以来我一直在努力反对这个问题。

最佳答案

看起来 MVN 无法从您的存储库中提取您的包 ( com.fortysevendeg.swipelistview )。为了弄清楚这一点,我会将包从代码存储库(即 SVN、GitHub) check out 到您的工作空间。重新检查 pom.xml 的确切名称并执行 MVN 安装。

链接:Read

Downloading from a Remote Repository

Downloading in Maven is triggered by a project declaring a dependency that is not present in the local repository (or for a SNAPSHOT, when the remote repository contains one that is newer).

默认情况下,Maven 将从中央存储库下载。

在 MVN 编译期间,它首先在本地工作区中查找,如果没有找到,它将从配置的存储库中提取它。

关于java - Maven 找到 Artifact 但无法编译,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18598191/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com