...的POM丢失,即使我有依赖项,也没有可用的依赖项信息

时间:2019-05-08 00:09:02

标签: java maven dependencies

我正在尝试使用Maven构建JAR文件。它取决于已暂停的NASA WorldWind。我有所需的JAR文件,但仍然收到相同的错误。

我尝试在Eclipse IDE中转到Project> Clean,但这也不起作用。

[WARNING] The POM for gov.nasa:gdal:jar:latest is missing, no dependency information available
[WARNING] The POM for gov.nasa:gluegen-rt:jar:latest is missing, no dependency information available
[WARNING] The POM for gov.nasa:jogl-all:jar:latest is missing, no dependency information available
[WARNING] The POM for gov.nasa:worldwind:jar:latest is missing, no dependency information available
[WARNING] The POM for gov.nasa:worldwindx:jar:latest is missing, no dependency information available

[...]

[ERROR] Failed to execute goal on project chunkmapper: Could not resolve dependencies for project com.chunkmapper:chunkmapper:jar:0.2: The following artifacts could not be resolved: gov.nasa:gdal:jar:latest, gov.nasa:gluegen-rt:jar:latest, gov.nasa:jogl-all:jar:latest, gov.nasa:worldwind:jar:latest, gov.nasa:worldwindx:jar:latest: Failure to find gov.nasa:gdal:jar:latest in http://eclipse-repo.appspot.com/repo was cached in the local repository, resolution will not be reattempted until the update interval of eclipse-repo has elapsed or updates are forced -> [Help 1]

pom.xml

0 个答案:

没有答案