Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在不将工件下载到本地的情况下阅读工件的内容?
我只想运行一个读取或提供特定文件内容的 AQL。
我怎样才能实现它?
使用存档条目下载,我们可以直接读取/获取/下载压缩文件,比如说 jar 的 MANIFEST.MF 文件,而无需先下载工件,压缩它,然后找到它。
http://localhost:8081/artifactory/repo1-cache/commons-lang/commons-lang/2.6/commons-lang-2.6.jar!/META-INF/LICENSE.txt
注意:“!” .jar 之后和“/META-INF/LICENSE.txt”之前