updateStatus("analyzing", null);
// Building configuration
PropertiesPropertyResolver syspropsResolver = new PropertiesPropertyResolver(System.getProperties());
DictionaryPropertyResolver propertyResolver = new DictionaryPropertyResolver(props, syspropsResolver);
final MavenConfigurationImpl config = new MavenConfigurationImpl(propertyResolver, "org.ops4j.pax.url.mvn");
config.setSettings(new MavenSettingsImpl(config.getSettingsFileUrl(), config.useFallbackRepositories()));
manager = new DownloadManager(config, getDownloadExecutor());
Map<String, String> properties = new HashMap<String, String>();
for (Enumeration e = props.keys(); e.hasMoreElements();) {