protected ProjectReference createMetadataReference( String layoutType, String path )
throws Exception
{
BidirectionalRepositoryLayout layout = layoutFactory.getLayout( layoutType );
ProjectReference metadata = layout.toProjectReference( path );
return metadata;
}
protected ArchivaRepository createProxiedLegacyRepository()
{