mirror of https://github.com/apache/archiva.git
add a FIXME
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1367109 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
67adb61834
commit
9a2492f051
|
@ -691,6 +691,7 @@ public class ArchivaDavResourceFactory
|
|||
// Is it an Archetype Catalog?
|
||||
if ( repositoryRequest.isArchetypeCatalog( path ) )
|
||||
{
|
||||
// FIXME we must implement a merge of remote archetype catalog from remote servers.
|
||||
File proxiedFile = connectors.fetchFromProxies( managedRepository, path );
|
||||
|
||||
return ( proxiedFile != null );
|
||||
|
|
Loading…
Reference in New Issue