gpt4 book ai didi

maven - 在 Maven 依赖项中定位资源的 URI 方案?

转载 作者:行者123 更新时间:2023-12-05 07:37:11 25 4
gpt4 key购买 nike

我需要一个 URI 来定位 Maven 依赖项中的资源。例如,如果我声明一个依赖项:

<dependency>
<groupId>top.marchand.xml</groupId>
<artifactId>xslLibrary</artifactId>
</dependency>

我想访问 xslLibrary 中的 ot /path/to/file.xsl。当然,我可以通过类路径资源加载来访问,但是我需要一个 URI 来指向这个资源。

是否已经在 IETF 注册了一个 URI 方案(根据 RFC 3986)?

我想注册这样的东西:

dependency://groupId+artifactId$version/path/to/file.xsl

提前致谢,克里斯托夫

最佳答案

我已经实现了这样一个基于 XML 目录的协议(protocol)。在此处作为 Maven 插件提供:https://github.com/cmarchand/maven-catalogBuilder-plugin/wiki

还在 oXygen XML 开发人员中作为协议(protocol)处理程序实现:https://github.com/cmarchand/oxygen-maven-project-support

关于maven - 在 Maven 依赖项中定位资源的 URI 方案?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48785027/

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