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 )