我想写我自己的OpenRefine扩展
在开始任何实现之前,我只想从OpenRefine构建OpenRefine,只是为了让我开始。
但是,我得到了Maven错误
Could not resolve dependencies for project org.openrefine:sample:jar:3.0-SNAPSHOT: org.openrefine:main:jar:3.0-SNAPSHOT was not found in https://oss.sonatype.org/content/repositories/snapshots/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of snapshots has elapsed or updates are forced ->我简单地克隆了OpenRefine回购并从extensions/sample文件夹中运行了mvn compile。
有小费吗?
发布于 2021-12-30 09:35:59
好的,我认为示例项目在pom.xml中有错误的版本。应该是\
<version>3.6-SNAPSHOT</version>我修正了这个PR https://github.com/OpenRefine/OpenRefine/pull/4395中的问题
https://stackoverflow.com/questions/70529687
复制相似问题