[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:
Brett Porter 2007-10-22 13:39:52 +00:00
parent 7ada562597
commit 0b16483c88
1 changed files with 2 additions and 0 deletions

View File

@ -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.