gpt4 book ai didi

maven-2 - maven 和提升使用 Scala 2.8 : lift-mapper missing?

转载 作者:行者123 更新时间:2023-12-04 12:50:01 24 4
gpt4 key购买 nike

新手问题,因为我没有跟上使用速度
完全是行家。

我正在尝试使用 Scala 2.8,环境使用 Scala + Lift
如果重要的话,是一个win7盒子。

我使用以下方法创建了一个基本项目:

mvn archetype:generate -U   -DarchetypeGroupId=net.liftweb -DarchetypeArtifactId=lift-archetype-basic   -DarchetypeVersion=2.0-scala280-SNAPSHOT   -DarchetypeRepository=http://scala-tools.org/repo-snapshots  -DremoteRepositories=http://scala-tools.org/repo-snapshots   -DgroupId=com.liftworkshop
-DartifactId=todo -Dversion=1.0-SNAPSHOT

到目前为止一切顺利,但随后,我尝试进入我的新项目
并做:
mvn jetty:run

经过多次下载后,我最终出现如下错误:
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) net.liftweb:lift-mapper:jar:2.0-scala280-SNAPSHOT

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=net.liftweb -DartifactId=lift-mapper -D
version=2.0-scala280-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:

mvn deploy:deploy-file -DgroupId=net.liftweb -DartifactId=lift-mapper -Dve
rsion=2.0-scala280-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Dr
epositoryId=[id]

Path to dependency:
1) com.liftworkshop:todo:war:1.0-SNAPSHOT
2) net.liftweb:lift-mapper:jar:2.0-scala280-SNAPSHOT

----------
1 required artifact is missing.

for artifact:
com.liftworkshop:todo:war:1.0-SNAPSHOT

from the specified remote repositories:
scala-tools.snapshots (http://scala-tools.org/repo-snapshots),
scala-tools.releases (http://scala-tools.org/repo-releases),
central (http://repo1.maven.org/maven2)

有任何想法吗?

最佳答案

我使用 mvn archetype:generate 创建了相同的项目您提供的命令,但我无法重现您的问题。 lift-mapper-2.0-scala280-SNAPSHOT.jar 神器绝对在 Scala snapshots repository和 Maven 下载了它:

...
1619K下载(lift-mapper-2.0-scala280-SNAPSHOT.jar)
[警告] *** 校验和失败 - 下载校验和失败:local = '0c857e2c5de9d5cabb7c972e519528606f19697b';远程 = 'a258cf7d7a49a8d7163d499da06a4d1e231a78e0' - 重试
下载:http://scala-tools.org/repo-snapshots/net/liftweb/lift-mapper/2.0-scala280-SNAPSHOT/lift-mapper-2.0-scala280-SNAPSHOT.jar
1619K下载(lift-mapper-2.0-scala280-SNAPSHOT.jar)

如您所见,由于 CHECKSUM 检查失败,Maven 不得不重试下载,但它成功了。

再试一次。

关于maven-2 - maven 和提升使用 Scala 2.8 : lift-mapper missing?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2502798/

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