|
From: Thorsten H. (JIRA) <ji...@jf...> - 2007-03-13 12:17:01
|
Cannot remove groupId from repository
-------------------------------------
Key: RTFACT-61
URL: http://www.jfrog.org/jira//browse/RTFACT-61
Project: Artifactory
Issue Type: Bug
Components: Artifact Storage
Affects Versions: 1.2
Reporter: Thorsten Heit
Assigned To: Yoav Landman
One of my POMs has a depencency to Xerces 2.0.0 which was downloaded via Artifactory and is contained in the local cache. Recently I downloaded the source code, compiled it by myself and deployed it together with the sources to my local Artifactory proxy. The repository layout looks like
{{Repository}}
{{+-- local-repo}}
{{|.. +- xerces}}
{{|.. .. +-- xercesImpl}}
{{|.. .. |.. +-- 2.0.0}}
{{|.. .. |.. |.. +-- xercesImpl-2.0.0-sources.jar}}
{{|.. .. |.. |.. +-- xercesImpl-2.0.0-sources.pom}}
{{|.. .. |.. |.. +-- xercesImpl-2.0.0.jar}}
{{|.. .. |.. |.. +-- xercesImpl-2.0.0.pom}}
{{|.. .. |.. |}}
{{|.. .. |.. +-- maven-metadata.xml}}
{{|.. .. |}}
{{|.. .. +-- xmlParserAPIs}}
{{|.. .. ... +-- 2.0.0}}
{{|.. .. ... |.. +-- xmlParserAPIs-2.0.0-sources.jar}}
{{|.. .. ... |.. +-- xmlParserAPIs-2.0.0-sources.pom}}
{{|.. .. ... |.. +-- xmlParserAPIs-2.0.0.jar}}
{{|.. .. ... |.. +-- xmlParserAPIs-2.0.0.pom}}
{{|.. .. ... |}}
{{|.. .. ... +-- maven-metadata.xml}}
{{|}}
{{+-- repo1-cache}}
{{|.. +- xerces}}
{{|.. .. +-- xercesImpl}}
{{|.. .. |.. +-- 2.0.0}}
{{|.. .. |}}
{{|.. .. +-- xmlParserAPIs}}
{{|.. .. ... +-- 2.0.0}}
{{...}}
When I right-click on repo1-cache/xerces and select "remove" from the popup menu, nothing happens. Artifactory only removes files under that groupId, but not the group itself. When I do the same directly under local-repo, everything works as expected.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.jfrog.org/jira//secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|