maven和equinox的新手。在浏览OSGi的教程时,我发布了以下命令。
pax-provision
发出以下错误。
-> Provision bundle [mvn:org.compass-project/compass/2.1.1, at default start level, bundle will be started, bundle will
be loaded from the cache]
-> Preparing framework [Equinox 3.6.0]
-> Downloading bundles...
-> Equinox 3.6.0 : connecting...
___
/ /
/ / Oops, there has been a problem!
/ /
/__/ URL [mvn:org.eclipse.osgi/org.eclipse.osgi/3.6.0.v20100517] could not be resolved.
___
/__/ Use --log=debug to see details.
似乎Equinox构建在存储库中不可用。所以
1.在哪里查找具有正确版本的存储库。有没有命令或搜索工具?
2.我读过,我可以使用以下命令在本地安装它
mvn install:install-file -DgroupId=<your_group_name> \
-DartifactId=<your_artifact_name> \
-Dversion=<snapshot> \
-Dfile=<path_to_your_jar_file> \
-Dpackaging=jar \
-DgeneratePom=true
如何获取所有这些参数(group id,artifactId等)?
答案 0 :(得分:1)
我可以找到2个资源,我可以获得mvn包。 http://mvnrepository.com/和http://maven.ozacc.com/。如果这是正确的地方,请评论。我可以从搜索结果中获取工件ID等。感谢