Add Maven repository metadata in the system repository
------------------------------------------------------
Key: KARAF-1198
URL: https://issues.apache.org/jira/browse/KARAF-1198
Project: Karaf
Issue Type: Bug
Components: karaf-core
Affects Versions: 3.0.0
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
Fix For: 3.0.0
Currently,all Snapshots artifacts in the system repository are overwritten by the remote ones.
It's due to the fact that we don't provide any repository metadata in the system folder (no
maven-metadata-local.xml for instance), and that's why aether always download the snapshot
from the remote repositories.
In order to avoid this behavior, we have to add at least the maven-metadata-local.xml file
in the system repository.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|