mirror of https://github.com/apache/archiva.git
[MRM-546] correct clean up of registry after removal
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@587088 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7ada562597
commit
0b16483c88
|
@ -172,6 +172,8 @@ public class DefaultArchivaConfiguration
|
|||
|
||||
// Prevent duplicate repositories from showing up.
|
||||
config.getRepositories().clear();
|
||||
|
||||
registry.removeSubset( KEY + ".repositories" );
|
||||
}
|
||||
|
||||
// Normalize the order fields in the proxy connectors.
|
||||
|
|
Loading…
Reference in New Issue