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
This xml file Dependency Declaration shown as below
<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. Is there anyway to do this artifactory UI itself. (Without login to the locale artifactory server )
First, do not upload maven-metadata files. They are generated by Artifactory for you. Second, since Artifactory usually manages uneditable binary files, there is no edit functionality in Artifactory.
I am with JFrog, the company behind Bintray and [artifactory], see my profile for details and links.