简体   繁体   English

Maven本地工件文件编辑

[英]Maven local artifactory file edit

I have uploaded some of the jars to the my local artifactory... 我已将一些罐子上传到我的本地人工制品中。

For a example.... Repository Browser +--org |-jboos |-json |json-java |-maven-metadata.xml 例如....资源库浏览器+-org | -jboos | -json | json-java | -maven-metadata.xml

This xml file Dependency Declaration shown as below 此xml文件的依赖声明如下所示

<dependency>
    <groupId>org</groupId>
    <artifactId>json</artifactId>
    <version>json-java</version>
    <type>xml</type>
</dependency>

I need to change this xml file for a reason. 由于某种原因,我需要更改此xml文件。 Is there anyway to do this artifactory UI itself. 无论如何,有没有要做此人工界面UI。 (Without login to the locale artifactory server ) (无需登录到语言环境工件服务器)

First, do not upload maven-metadata files. 首先,请勿上传Maven元数据文件。 They are generated by Artifactory for you. 它们是由Artifactory为您生成的。 Second, since Artifactory usually manages uneditable binary files, there is no edit functionality in Artifactory. 其次,由于Artifactory通常管理不可编辑的二进制文件,因此Artifactory中没有编辑功能。


I am with JFrog , the company behind Bintray and [artifactory] , see my profile for details and links. 我与Bintray[artifactory]背后的公司JFrog 在一起 ,有关详细信息和链接,请参阅我的个人资料。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM