} catch (URISyntaxException e) {
getLogger().warn("Could not parse repository URL", e);
}
}
Target target = configuration.getTarget();
if (target != null) {
Set<URI> uris = new HashSet<URI>();
for (Target.Location location : target.getLocations()) {
String type = location.getType();
if (!"InstallableUnit".equalsIgnoreCase(type)) {
getLogger().warn("Target location type: " + type + " is not supported");
continue;
}